[svn] GpgEX - r63 - in trunk: . src

svn author wk cvs at cvs.gnupg.org
Wed Jan 28 11:27:15 CET 2009


Author: wk
Date: 2009-01-28 11:27:15 +0100 (Wed, 28 Jan 2009)
New Revision: 63

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/src/versioninfo.rc.in
Log:
Preparing a release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-22 16:05:17 UTC (rev 62)
+++ trunk/ChangeLog	2009-01-28 10:27:15 UTC (rev 63)
@@ -1,3 +1,7 @@
+2009-01-28  Werner Koch  <wk at g10code.com>
+
+	Release 0.9.2.
+
 2009-01-22  Werner Koch  <wk at g10code.com>
 
 	* po/de.po: Change "verifizeren" to "überprüfen".

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-01-22 16:05:17 UTC (rev 62)
+++ trunk/NEWS	2009-01-28 10:27:15 UTC (rev 63)
@@ -1,3 +1,9 @@
+Noteworthy changes for version 0.9.2 (2009-01-28)
+-------------------------------------------------
+
+* Translation changes.
+
+
 Noteworthy changes for version 0.9.1 (2008-09-09)
 -------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-01-22 16:05:17 UTC (rev 62)
+++ trunk/configure.ac	2009-01-28 10:27:15 UTC (rev 63)
@@ -16,7 +16,7 @@
 # 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], [0.9.1])
+m4_define([my_version], [0.9.2])
 m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \

Modified: trunk/src/versioninfo.rc.in
===================================================================
--- trunk/src/versioninfo.rc.in	2009-01-22 16:05:17 UTC (rev 62)
+++ trunk/src/versioninfo.rc.in	2009-01-28 10:27:15 UTC (rev 63)
@@ -1,5 +1,5 @@
 /* versioninfo.rc.in 
- *    Copyright (C) 2005, 2007 g10 Code GmbH
+ *    Copyright (C) 2005, 2007, 2009 g10 Code GmbH
  * 
  * This file is free software; as a special exception the author gives
  * unlimited permission to copy and/or distribute it, with or without
@@ -39,7 +39,7 @@
             VALUE "FileDescription", "GpgEX - GnuPG shell extensions\0"
             VALUE "FileVersion", "@VERSION@\0"
             VALUE "InternalName", "gpgex\0"
-            VALUE "LegalCopyright", "Copyright © 2007 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2009 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gpgex.dll\0"
             VALUE "PrivateBuild", "\0"




More information about the Gnupg-commits mailing list