From 39ae75500a7f49d46680cfcefd94cce5878118da Mon Sep 17 00:00:00 2001 From: Christoph Wintersteiger Date: Wed, 1 Oct 2014 12:57:05 +0000 Subject: [PATCH] changed PACKAGE_VERSION to 6.0-dev for Windows --- 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 78d575df..c1349375 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 "5.3-dev" +#define PACKAGE_VERSION "6.0-dev" #endif