[Winpt-commits] r110 - in trunk: Src w32gpgme

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Dec 2 09:17:55 CET 2005


Author: twoaday
Date: 2005-12-02 09:17:55 +0100 (Fri, 02 Dec 2005)
New Revision: 110

Modified:
   trunk/Src/WinPT-en.rc
   trunk/w32gpgme/w32-clip.c
Log:
Increased version to 0.11.2.


Modified: trunk/Src/WinPT-en.rc
===================================================================
--- trunk/Src/WinPT-en.rc	2005-12-02 07:32:13 UTC (rev 109)
+++ trunk/Src/WinPT-en.rc	2005-12-02 08:17:55 UTC (rev 110)
@@ -1941,8 +1941,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,11,1,0
- PRODUCTVERSION 0,11,1,0
+ FILEVERSION 0,11,2,0
+ PRODUCTVERSION 0,11,2,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -1960,14 +1960,14 @@
             VALUE "Comments", "This is free software under the terms of the GNU GPL v2\0"
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "Windows Privacy Tray (WinPT)\0"
-            VALUE "FileVersion", "0.11.1\0"
+            VALUE "FileVersion", "0.11.2\0"
             VALUE "InternalName", "WinPT\0"
             VALUE "LegalCopyright", " Copyright (C) 2005 Timo Schulz\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "WinPT.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Windows Privacy Tray\0"
-            VALUE "ProductVersion", "0.11.1\0"
+            VALUE "ProductVersion", "0.11.2\0"
             VALUE "SpecialBuild", "\0"
         END
     END

Modified: trunk/w32gpgme/w32-clip.c
===================================================================
--- trunk/w32gpgme/w32-clip.c	2005-12-02 07:32:13 UTC (rev 109)
+++ trunk/w32gpgme/w32-clip.c	2005-12-02 08:17:55 UTC (rev 110)
@@ -24,7 +24,7 @@
 int gpg_data_wrap_lines (gpgme_data_t *r_dh, size_t wraplen);
 
 //FIXME #include "wptVersion.h"
-#define PGM_VERSION "0.11.1-beta"
+#define PGM_VERSION "0.11.2-beta"
 
 /* Retrieve the thext of the clipboard.
    Return value: the text as a string, NULL otherwise. */



More information about the Winpt-commits mailing list