[Gpg4win-commits] r827 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed May 28 17:13:00 CEST 2008


Author: werner
Date: 2008-05-28 17:13:00 +0200 (Wed, 28 May 2008)
New Revision: 827

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
Read for the release.  This time with a -beta suffix, which does not
mean that is a beta of 1.9.2 but merely marks 1.9.2 as beta.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-28 11:40:18 UTC (rev 826)
+++ trunk/ChangeLog	2008-05-28 15:13:00 UTC (rev 827)
@@ -1,5 +1,7 @@
 2008-05-28  Werner Koch  <wk at g10code.com>
 
+	Release 1.9.2 beta version.
+
 	* src/inst-kleopatra.nsi: Update description in installer.
 
 	* src/inst-kdelibs.nsi: Install kbuildsycoca4 into bin/.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-05-28 11:40:18 UTC (rev 826)
+++ trunk/configure.ac	2008-05-28 15:13:00 UTC (rev 827)
@@ -25,8 +25,8 @@
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
 # Right after a release the make target "copy-news" is to be called!
-m4_define([my_version], [1.9.1])
-m4_define([my_issvn], [yes])
+m4_define([my_version], [1.9.2-beta])
+m4_define([my_issvn], [no])
 
 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 Gpg4win-commits mailing list