masqmail
diff configure.ac @ 339:e6864daf89f4
removed -dev postfix on version number
and ``received'' an update to autoconf 2.68
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 31 Aug 2011 08:46:00 +0200 |
parents | a777ddf67c86 |
children | 3f1eecd8082d |
line diff
1.1 --- a/configure.ac Wed Aug 31 08:40:24 2011 +0200 1.2 +++ b/configure.ac Wed Aug 31 08:46:00 2011 +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.3-dev, meillo@marmaro.de) 1.8 +AC_INIT(masqmail, 0.3.3, meillo@marmaro.de) 1.9 AC_CONFIG_SRCDIR([src/masqmail.c]) 1.10 AM_CONFIG_HEADER(config.h) 1.11 AM_INIT_AUTOMAKE()