# HG changeset patch # User markus schnalke # Date 1314776380 -7200 # Node ID 3f1eecd8082d55bf30f39186d15ed617aaed6e56 # Parent 7caf6f799e99079a5227bac16070f0609c0e279e bumped version number diff -r 7caf6f799e99 -r 3f1eecd8082d configure --- a/configure Wed Aug 31 09:38:43 2011 +0200 +++ b/configure Wed Aug 31 09:39:40 2011 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for masqmail 0.3.3. +# Generated by GNU Autoconf 2.68 for masqmail 0.3.4-dev. # # Report bugs to . # @@ -560,8 +560,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.3.3' -PACKAGE_STRING='masqmail 0.3.3' +PACKAGE_VERSION='0.3.4-dev' +PACKAGE_STRING='masqmail 0.3.4-dev' PACKAGE_BUGREPORT='meillo@marmaro.de' PACKAGE_URL='' @@ -1276,7 +1276,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.3 to adapt to many kinds of systems. +\`configure' configures masqmail 0.3.4-dev to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1342,7 +1342,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.3.3:";; + short | recursive ) echo "Configuration of masqmail 0.3.4-dev:";; esac cat <<\_ACEOF @@ -1451,7 +1451,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -masqmail configure 0.3.3 +masqmail configure 0.3.4-dev generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1874,7 +1874,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.3, which was +It was created by masqmail $as_me 0.3.4-dev, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2692,7 +2692,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.3.3' + VERSION='0.3.4-dev' cat >>confdefs.h <<_ACEOF @@ -5974,7 +5974,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.3, which was +This file was extended by masqmail $as_me 0.3.4-dev, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6040,7 +6040,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.3 +masqmail config.status 0.3.4-dev configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -r 7caf6f799e99 -r 3f1eecd8082d configure.ac --- a/configure.ac Wed Aug 31 09:38:43 2011 +0200 +++ b/configure.ac Wed Aug 31 09:39:40 2011 +0200 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(masqmail, 0.3.3, meillo@marmaro.de) +AC_INIT(masqmail, 0.3.4-dev, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()