# HG changeset patch # User markus schnalke # Date 1423305621 -3600 # Node ID 81c438e1891b9f577058ef0c1fb1cbda4711d985 # Parent ddc05e12e30724c2d87b32695047c2669915496f Marks version number as development. diff -r ddc05e12e307 -r 81c438e1891b configure --- a/configure Sat Feb 07 11:36:09 2015 +0100 +++ b/configure Sat Feb 07 11:40:21 2015 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for masqmail 0.3.5. +# Generated by GNU Autoconf 2.69 for masqmail 0.3.6-dev. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.3.5' -PACKAGE_STRING='masqmail 0.3.5' +PACKAGE_VERSION='0.3.6-dev' +PACKAGE_STRING='masqmail 0.3.6-dev' PACKAGE_BUGREPORT='meillo@marmaro.de' PACKAGE_URL='' @@ -1294,7 +1294,7 @@ # 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 masqmail 0.3.5 to adapt to many kinds of systems. +\`configure' configures masqmail 0.3.6-dev to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1360,7 +1360,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.3.5:";; + short | recursive ) echo "Configuration of masqmail 0.3.6-dev:";; esac cat <<\_ACEOF @@ -1469,7 +1469,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -masqmail configure 0.3.5 +masqmail configure 0.3.6-dev generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1892,7 +1892,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by masqmail $as_me 0.3.5, which was +It was created by masqmail $as_me 0.3.6-dev, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2710,7 +2710,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.3.5' + VERSION='0.3.6-dev' cat >>confdefs.h <<_ACEOF @@ -5899,7 +5899,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by masqmail $as_me 0.3.5, which was +This file was extended by masqmail $as_me 0.3.6-dev, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5965,7 +5965,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -masqmail config.status 0.3.5 +masqmail config.status 0.3.6-dev configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r ddc05e12e307 -r 81c438e1891b configure.ac --- a/configure.ac Sat Feb 07 11:36:09 2015 +0100 +++ b/configure.ac Sat Feb 07 11:40:21 2015 +0100 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(masqmail, 0.3.5, meillo@marmaro.de) +AC_INIT(masqmail, 0.3.6-dev, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()