Post release updates.
authorWerner Koch <wk@gnupg.org>
Wed, 2 May 2012 09:30:57 +0000 (11:30 +0200)
committerWerner Koch <wk@gnupg.org>
Wed, 2 May 2012 09:30:57 +0000 (11:30 +0200)
--

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a7eeea8daddeda878664e6695daea5133f667823..aa209dd411b85967e0d8c54744996bedcae3ccfa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.3.3 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.3.2 (2012-05-02)
 ------------------------------------------------
 
index bc57bbd41532e0b0efe1f3afb37d83275dd60eab..3cac8267af0d53183b334acc742241ee5789264a 100644 (file)
@@ -33,8 +33,8 @@ min_automake_version="1.11"
 # for a specific feature can already be done under the assumption that
 # the GIT version is the most recent one in a branch.  To disable the
 # GIT version for the real release, set the my_isgit macro to no.
-m4_define(my_version, [1.3.2])
-m4_define(my_isgit, [no])
+m4_define(my_version, [1.3.3])
+m4_define(my_isgit, [yes])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))