aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-10 14:11:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-10 14:11:03 +0000
commitc8915c096576643bb5c7ef467ac2eacf93dd5d7e (patch)
tree7fecac7274ecd7c2f588848a8f671025ae27ded9
parent18ebe7bb829772d7bf1df49d23a2c9dd53a2afcd (diff)
downloadmailfromd-c8915c096576643bb5c7ef467ac2eacf93dd5d7e.tar.gz
mailfromd-c8915c096576643bb5c7ef467ac2eacf93dd5d7e.tar.bz2
Version 4.4
git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1631 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9972d196..54ca12b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,8 @@
2008-03-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ -= Release 4.4 =-
+
+2008-03-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac, NEWS: Version 4.4
diff --git a/NEWS b/NEWS
index 09dbea34..674dbae4 100644
--- a/NEWS
+++ b/NEWS
@@ -7,3 +7,3 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 4.3.90 (SVN)
+Version 4.4, 2008-03-10
@@ -17,3 +17,3 @@ withdrawn and its short version (-D) is reused for another purpose
-Both options work like their m4 counterpars: the `-D' command line
+Both options work like their m4 counterparts: the `-D' command line
option defines a preprocessor symbol, the `-U' option undefines it.
diff --git a/configure.ac b/configure.ac
index c76eae46..5a146171 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,4 +18,4 @@ AC_PREREQ(2.59)
m4_define([MF_VERSION_MAJOR], 4)
-m4_define([MF_VERSION_MINOR], 3)
-m4_define([MF_VERSION_PATCH], 90)
+m4_define([MF_VERSION_MINOR], 4)
+dnl m4_define([MF_VERSION_PATCH], 0)
AC_INIT([mailfromd],

Return to:

Send suggestions and report system problems to the System administrator.