[Winpt-commits] r94 - in trunk: . Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 23 13:16:55 CET 2005


Author: twoaday
Date: 2005-11-23 13:16:55 +0100 (Wed, 23 Nov 2005)
New Revision: 94

Modified:
   trunk/Src/wptFileManager.cpp
   trunk/configure.ac
Log:
Change version to CVS.


Modified: trunk/Src/wptFileManager.cpp
===================================================================
--- trunk/Src/wptFileManager.cpp	2005-11-22 09:37:40 UTC (rev 93)
+++ trunk/Src/wptFileManager.cpp	2005-11-23 12:16:55 UTC (rev 94)
@@ -1659,7 +1659,7 @@
     gpgme_error_t err;
     gpgme_key_t *rset = c->recp;
     file_data_t keydata = NULL;
-    const char *name, *s = NULL;
+    const char *name;
     char *p = NULL, *patt = NULL;
 
     if (!rset || !rset[0]) {

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-11-22 09:37:40 UTC (rev 93)
+++ trunk/configure.ac	2005-11-23 12:16:55 UTC (rev 94)
@@ -15,7 +15,7 @@
 
 # Version number: Remember to change it immediately *after* a release.
 #                 Add a "-cvs" prefix for non-released code.
-AC_INIT(WinPT, 0.11.1, http://www.winpt.org)
+AC_INIT(WinPT, 0.11.2-cvs, http://www.winpt.org)
 
 NEED_GPGME_API=1
 NEED_GPGME_VERSION=1.1.0



More information about the Winpt-commits mailing list