[Winpt-commits] r135 - trunk/Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Jan 9 10:50:56 CET 2006


Author: twoaday
Date: 2006-01-09 10:50:55 +0100 (Mon, 09 Jan 2006)
New Revision: 135

Modified:
   trunk/Src/WinPT.cpp
Log:
Fix GPGME versioning problem.



Modified: trunk/Src/WinPT.cpp
===================================================================
--- trunk/Src/WinPT.cpp	2006-01-09 09:32:19 UTC (rev 134)
+++ trunk/Src/WinPT.cpp	2006-01-09 09:50:55 UTC (rev 135)
@@ -40,8 +40,8 @@
 #include "wptCardEdit.h"
 #include "wptCrypto.h"
 
-#define MIN_GPG_VER   "1.4.2"	/* Minimal GPG version. */
-#define MIN_GPGME_VER "1.1.1"	/* Minimal GPGME version. */
+#define MIN_GPG_VER   "1.4.2"	         /* Minimal GPG version. */
+#define MIN_GPGME_VER NEED_GPGME_VERSION /* Minimal GPGME version. */
 
 
 HINSTANCE glob_hinst;	/* global instance for the dialogs */



More information about the Winpt-commits mailing list