diff configure.ac @ 187:9c3765e1171b 0.2.30

changed to release version number and updated to newer autoconf
author markus schnalke <meillo@marmaro.de>
date Sat, 27 Aug 2011 18:20:14 +0200
parents ee2e92148aca
children bdd343cc4e19
line wrap: on
line diff
--- a/configure.ac	Sat Aug 27 18:16:18 2011 +0200
+++ b/configure.ac	Sat Aug 27 18:20:14 2011 +0200
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(masqmail, 0.2.30-dev, meillo@marmaro.de)
+AC_INIT(masqmail, 0.2.30, meillo@marmaro.de)
 AC_CONFIG_SRCDIR([src/masqmail.c])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE()