fixed PACKAGE_VERSION

This commit is contained in:
Gerhard Kitzler 2013-03-04 15:16:37 +00:00
parent 6a930665ae
commit d46731a448

View File

@ -20,7 +20,7 @@
// in the configure/make phases, with the
// right version number
#ifdef WIN32
#define PACKAGE_VERSION "4.9.14"
#define PACKAGE_VERSION "5.1-dev"
#endif