# HG changeset patch # User meillo@marmaro.de # Date 1307095749 -7200 # Node ID 45a64a875162092c943f2184e8c777b884a04719 # Parent 8bf7820a0e0ea07a4bb567d2c04bc8f0c30869c0 Updated version diff -r 8bf7820a0e0e -r 45a64a875162 configure --- a/configure Fri Jun 03 11:03:11 2011 +0200 +++ b/configure Fri Jun 03 12:09:09 2011 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for masqmail 0.3.2-dev. +# Generated by GNU Autoconf 2.67 for masqmail 0.3.2. # # Report bugs to . # @@ -552,8 +552,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.3.2-dev' -PACKAGE_STRING='masqmail 0.3.2-dev' +PACKAGE_VERSION='0.3.2' +PACKAGE_STRING='masqmail 0.3.2' PACKAGE_BUGREPORT='meillo@marmaro.de' PACKAGE_URL='' @@ -1268,7 +1268,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.2-dev to adapt to many kinds of systems. +\`configure' configures masqmail 0.3.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1334,7 +1334,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.3.2-dev:";; + short | recursive ) echo "Configuration of masqmail 0.3.2:";; esac cat <<\_ACEOF @@ -1443,7 +1443,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -masqmail configure 0.3.2-dev +masqmail configure 0.3.2 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1866,7 +1866,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.2-dev, which was +It was created by masqmail $as_me 0.3.2, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2684,7 +2684,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.3.2-dev' + VERSION='0.3.2' cat >>confdefs.h <<_ACEOF @@ -5954,7 +5954,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.2-dev, which was +This file was extended by masqmail $as_me 0.3.2, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6020,7 +6020,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.2-dev +masqmail config.status 0.3.2 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff -r 8bf7820a0e0e -r 45a64a875162 configure.ac --- a/configure.ac Fri Jun 03 11:03:11 2011 +0200 +++ b/configure.ac Fri Jun 03 12:09:09 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.2-dev, meillo@marmaro.de) +AC_INIT(masqmail, 0.3.2, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()