# HG changeset patch # User markus schnalke # Date 1291903021 10800 # Node ID 066ef6484a594ea112b31ae9574fbf1ba6e27912 # Parent 3eff6161aa436412d4e8869f5cef7fab0e5558d8 bumped version number We now use the -dev suffix to indicate that it's not the release version. diff -r 3eff6161aa43 -r 066ef6484a59 configure.ac --- a/configure.ac Wed Dec 08 19:03:09 2010 -0300 +++ b/configure.ac Thu Dec 09 10:57:01 2010 -0300 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(masqmail, 0.3.1, meillo@marmaro.de) +AC_INIT(masqmail, 0.3.2-dev, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()