From 5701d9f094230beae61793312e80804cbacb74c6 Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Sun, 4 Oct 2009 15:07:07 +0000 Subject: [PATCH] * Updated version number for Windows to 4.9.12-dev --- 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 cf5322cd..4ef71b6e 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.11" +#define PACKAGE_VERSION "4.9.12-dev" #endif