[Winpt-commits] r134 - trunk/Src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Jan 9 10:32:20 CET 2006
Author: twoaday
Date: 2006-01-09 10:32:19 +0100 (Mon, 09 Jan 2006)
New Revision: 134
Modified:
trunk/Src/WinPT.cpp
Log:
Fix GPGME version.
Modified: trunk/Src/WinPT.cpp
===================================================================
--- trunk/Src/WinPT.cpp 2006-01-09 09:15:29 UTC (rev 133)
+++ trunk/Src/WinPT.cpp 2006-01-09 09:32:19 UTC (rev 134)
@@ -41,7 +41,7 @@
#include "wptCrypto.h"
#define MIN_GPG_VER "1.4.2" /* Minimal GPG version. */
-#define MIN_GPGME_VER "1.2.0" /* Minimal GPGME version. */
+#define MIN_GPGME_VER "1.1.1" /* Minimal GPGME version. */
HINSTANCE glob_hinst; /* global instance for the dialogs */
More information about the Winpt-commits
mailing list