comparison configure.ac @ 431:34c919a8d74e 0.3.5

Bumps version number and updates Changelog and NEWS
author markus schnalke <meillo@marmaro.de>
date Sat, 07 Feb 2015 11:17:53 +0100
parents bdbedce60247
children 81c438e1891b
comparison
equal deleted inserted replaced
430:180a7f6a9383 431:34c919a8d74e
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.5-dev, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.3.5, 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.