Mercurial > masqmail
diff configure.ac @ 433:81c438e1891b
Marks version number as development.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 07 Feb 2015 11:40:21 +0100 |
parents | 34c919a8d74e |
children |
line wrap: on
line diff
--- a/configure.ac Sat Feb 07 11:36:09 2015 +0100 +++ b/configure.ac Sat Feb 07 11:40:21 2015 +0100 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(masqmail, 0.3.5, meillo@marmaro.de) +AC_INIT(masqmail, 0.3.6-dev, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()