aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-13 21:05:12 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-13 21:05:12 +0300
commit76f628802073ec3cd4bbca3e804b832af4d0187e (patch)
tree04a88682ff5fd6a8b2f79e60ec92e8dfde4fc827
parent1f0b27da9e5eab9074561ba233b8f5ba62d11aa5 (diff)
downloadmailfromd-76f628802073ec3cd4bbca3e804b832af4d0187e.tar.gz
mailfromd-76f628802073ec3cd4bbca3e804b832af4d0187e.tar.bz2
Raise version to 5.1release_5_1
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 76d526b6..b407c02f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
-Mailfromd NEWS -- history of user-visible changes. 2009-05-11
+Mailfromd NEWS -- history of user-visible changes. 2009-05-13
Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 5.0.94, GIT
+Version 5.1, 2009-05-13
* Milter v6.
The version 6 of Milter protocol is implemented, which is compatible
with Sendmail 8.14.0 and newer. While being backward compatible with
the earlier versions, it allows you to use the new `prog data'
diff --git a/configure.ac b/configure.ac
index 9b985a65..6d1774a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,14 +13,14 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
m4_define([MF_VERSION_MAJOR], 5)
-m4_define([MF_VERSION_MINOR], 0)
-m4_define([MF_VERSION_PATCH], 94)
+m4_define([MF_VERSION_MINOR], 1)
+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])
AC_CONFIG_SRCDIR([mfd/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.