# HG changeset patch # User meillo@marmaro.de # Date 1277984413 -7200 # Node ID 311d4ac8a2ebdf471a3f9440d0504517696307c1 # Parent 4fb68ef566ad23895e0cb9677be9f4c5b5507e68 next version will be 0.2.25 diff -r 4fb68ef566ad -r 311d4ac8a2eb configure --- a/configure Thu Jul 01 13:37:26 2010 +0200 +++ b/configure Thu Jul 01 13:40:13 2010 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for masqmail 0.2.24. +# Generated by GNU Autoconf 2.65 for masqmail 0.2.25. # # Report bugs to . # @@ -552,8 +552,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.2.24' -PACKAGE_STRING='masqmail 0.2.24' +PACKAGE_VERSION='0.2.25' +PACKAGE_STRING='masqmail 0.2.25' PACKAGE_BUGREPORT='meillo@marmaro.de' PACKAGE_URL='' @@ -1272,7 +1272,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.2.24 to adapt to many kinds of systems. +\`configure' configures masqmail 0.2.25 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1338,7 +1338,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.2.24:";; + short | recursive ) echo "Configuration of masqmail 0.2.25:";; esac cat <<\_ACEOF @@ -1452,7 +1452,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -masqmail configure 0.2.24 +masqmail configure 0.2.25 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1877,7 +1877,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.2.24, which was +It was created by masqmail $as_me 0.2.25, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2688,7 +2688,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.2.24' + VERSION='0.2.25' cat >>confdefs.h <<_ACEOF @@ -6019,7 +6019,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.2.24, which was +This file was extended by masqmail $as_me 0.2.25, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6085,7 +6085,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.2.24 +masqmail config.status 0.2.25 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -r 4fb68ef566ad -r 311d4ac8a2eb configure.ac --- a/configure.ac Thu Jul 01 13:37:26 2010 +0200 +++ b/configure.ac Thu Jul 01 13:40:13 2010 +0200 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(masqmail, 0.2.24, meillo@marmaro.de) +AC_INIT(masqmail, 0.2.25, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()