masqmail-0.2

diff configure.ac @ 42:03817f849106

decided to release the next version as 0.2.22 (not as 0.3.0) I'll keep the 0.2 branch as the stable version which gets only bugfixed. Soon I'll split off a 0.3 branch for further (incompatible) development.
author meillo@marmaro.de
date Thu, 13 May 2010 17:34:23 +0200
parents 8071dc6c6ed1
children c80a5730bcc5
line diff
     1.1 --- a/configure.ac	Mon May 10 12:26:54 2010 +0200
     1.2 +++ b/configure.ac	Thu May 13 17:34:23 2010 +0200
     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.0, meillo@marmaro.de)
     1.8 +AC_INIT(masqmail, 0.2.22, meillo@marmaro.de)
     1.9  AC_CONFIG_SRCDIR([src/masqmail.c])
    1.10  AM_CONFIG_HEADER(config.h)
    1.11  AM_INIT_AUTOMAKE()