From 4f766a40756892028b8e339d52ee8f28f5055e14 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Fri, 2 Sep 2011 14:04:04 +0000 Subject: [PATCH] windows version --- libsrc/include/mydefs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/include/mydefs.hpp b/libsrc/include/mydefs.hpp index 002660b9..54c14eba 100644 --- a/libsrc/include/mydefs.hpp +++ b/libsrc/include/mydefs.hpp @@ -20,7 +20,7 @@ // in the configure/make phases, with the // right version number #ifdef WIN32 -#define PACKAGE_VERSION "4.9.13" +#define PACKAGE_VERSION "4.9.14" #endif