[svn] w32pth - r14 - trunk

svn author wk cvs at cvs.gnupg.org
Thu Aug 16 12:40:10 CEST 2007


Author: wk
Date: 2007-08-16 12:39:42 +0200 (Thu, 16 Aug 2007)
New Revision: 14

Modified:
   trunk/NEWS
   trunk/configure.ac
Log:
post release version number bump


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2007-08-16 10:38:40 UTC (rev 13)
+++ trunk/NEWS	2007-08-16 10:39:42 UTC (rev 14)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.0.2
+------------------------------------------------
+
+
 Noteworthy changes in version 2.0.1 (2007-08-16)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-08-16 10:38:40 UTC (rev 13)
+++ trunk/configure.ac	2007-08-16 10:39:42 UTC (rev 14)
@@ -26,8 +26,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" right before creating a distribution.
-m4_define([my_version], [2.0.1])
-m4_define([my_issvn], [no])
+m4_define([my_version], [2.0.2])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
           || echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))




More information about the Gnupg-commits mailing list