masqmail

changeset 294:066ef6484a59

bumped version number We now use the -dev suffix to indicate that it's not the release version.
author markus schnalke <meillo@marmaro.de>
date Thu, 09 Dec 2010 10:57:01 -0300
parents 3eff6161aa43
children a6404efa35bc
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/configure.ac	Wed Dec 08 19:03:09 2010 -0300
     1.2 +++ b/configure.ac	Thu Dec 09 10:57:01 2010 -0300
     1.3 @@ -1,7 +1,7 @@
     1.4  dnl Process this file with autoconf to produce a configure script.
     1.5  
     1.6  AC_PREREQ(2.59)
     1.7 -AC_INIT(masqmail, 0.3.1, meillo@marmaro.de)
     1.8 +AC_INIT(masqmail, 0.3.2-dev, meillo@marmaro.de)
     1.9  AC_CONFIG_SRCDIR([src/masqmail.c])
    1.10  AM_CONFIG_HEADER(config.h)
    1.11  AM_INIT_AUTOMAKE()