comparison configure.ac @ 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 5eb5a92f3247
children 45a64a875162
comparison
equal deleted inserted replaced
293:3eff6161aa43 294:066ef6484a59
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_PREREQ(2.59) 3 AC_PREREQ(2.59)
4 AC_INIT(masqmail, 0.3.1, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.3.2-dev, meillo@marmaro.de)
5 AC_CONFIG_SRCDIR([src/masqmail.c]) 5 AC_CONFIG_SRCDIR([src/masqmail.c])
6 AM_CONFIG_HEADER(config.h) 6 AM_CONFIG_HEADER(config.h)
7 AM_INIT_AUTOMAKE() 7 AM_INIT_AUTOMAKE()
8 8
9 dnl Checks for programs. 9 dnl Checks for programs.