aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
commit6460de7d7ac87145594f28a416f926f830df9b8c (patch)
treed9717482fde11f1fbab1e8d9aaf39805c205fef2 /configure.ac
parent1e1e0552e60b1ebbcefeb6f90335643fc5f3d1b5 (diff)
downloadmailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.gz
mailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.bz2
* src/symtab.c: Ported r1584 from branches/gmach.
* NEWS: Update. * doc/mailfromd.texi: Updated. * configure.ac: Version 4.3 (preparing for the release). git-svn-id: file:///svnroot/mailfromd/trunk@1585 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e817d177..056f46d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of mailfromd.
-# Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
+# Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,8 +16,8 @@
AC_PREREQ(2.59)
m4_define([MF_VERSION_MAJOR], 4)
-m4_define([MF_VERSION_MINOR], 2)
-m4_define([MF_VERSION_PATCH], 90)
+m4_define([MF_VERSION_MINOR], 3)
+dnl m4_define([MF_VERSION_PATCH], 0)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua])

Return to:

Send suggestions and report system problems to the System administrator.