[svn] GnuPG - r5139 - branches/STABLE-BRANCH-1-4
svn author wk
cvs at cvs.gnupg.org
Wed Sep 2 20:21:13 CEST 2009
Author: wk
Date: 2009-09-02 20:21:13 +0200 (Wed, 02 Sep 2009)
New Revision: 5139
Modified:
branches/STABLE-BRANCH-1-4/NEWS
branches/STABLE-BRANCH-1-4/configure.ac
Log:
Post release version number bump
Modified: branches/STABLE-BRANCH-1-4/NEWS
===================================================================
--- branches/STABLE-BRANCH-1-4/NEWS 2009-09-02 18:19:01 UTC (rev 5138)
+++ branches/STABLE-BRANCH-1-4/NEWS 2009-09-02 18:21:13 UTC (rev 5139)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.4.11
+-------------------------------------------------
+
+
Noteworthy changes in version 1.4.10 (2009-09-02)
-------------------------------------------------
Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac 2009-09-02 18:19:01 UTC (rev 5138)
+++ branches/STABLE-BRANCH-1-4/configure.ac 2009-09-02 18:21:13 UTC (rev 5139)
@@ -25,8 +25,8 @@
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh --force" right before creating a distribution.
-m4_define([my_version], [1.4.10])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.11])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
AC_INIT([gnupg],
More information about the Gnupg-commits
mailing list