From 38118d392a446e53e71338de1c50d1a5659d3938 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 25 Dec 2018 17:29:06 +0100 Subject: Decide the next version to be 0.3.0, not 0.2.3 --- CHANGELOG | 2 +- configure | 18 +++++++++--------- configure.ac | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ba0ca85..f2dc27d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ CHANGELOG for ctct -Version 0.2.3 +Version 0.3.0 ============= General: diff --git a/configure b/configure index 6f83b0a..e02d7b6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ctct 0.2.3-dev. +# Generated by GNU Autoconf 2.69 for ctct 0.3.0-dev. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ctct' PACKAGE_TARNAME='ctct' -PACKAGE_VERSION='0.2.3-dev' -PACKAGE_STRING='ctct 0.2.3-dev' +PACKAGE_VERSION='0.3.0-dev' +PACKAGE_STRING='ctct 0.3.0-dev' PACKAGE_BUGREPORT='alguien@respiranto.de' PACKAGE_URL='' @@ -1193,7 +1193,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ctct 0.2.3-dev to adapt to many kinds of systems. +\`configure' configures ctct 0.3.0-dev to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1254,7 +1254,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ctct 0.2.3-dev:";; + short | recursive ) echo "Configuration of ctct 0.3.0-dev:";; esac cat <<\_ACEOF @@ -1344,7 +1344,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ctct configure 0.2.3-dev +ctct configure 0.3.0-dev generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1361,7 +1361,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ctct $as_me 0.2.3-dev, which was +It was created by ctct $as_me 0.3.0-dev, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2327,7 +2327,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ctct $as_me 0.2.3-dev, which was +This file was extended by ctct $as_me 0.3.0-dev, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2380,7 +2380,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ctct config.status 0.2.3-dev +ctct config.status 0.3.0-dev configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 3dd2988..1c99b13 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with ctct. If not, see . # -AC_INIT([ctct], [0.2.3-dev], [alguien@respiranto.de]) +AC_INIT([ctct], [0.3.0-dev], [alguien@respiranto.de]) AC_CONFIG_FILES( [Makefile] [ctct.1] -- cgit v1.2.3