Updated version string for windows

This commit is contained in:
Jean-Francois Dockes 2016-11-15 18:35:32 +01:00
parent 308d0f424a
commit 3a473a1ae3

View file

@ -109,7 +109,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */
#define PACKAGE_NAME "Recoll" #define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.22.0" #define PACKAGE_STRING "Recoll 1.23.0-x"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll" #define PACKAGE_TARNAME "recoll"
@ -118,7 +118,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */
#define PACKAGE_URL "" #define PACKAGE_URL ""
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.22.0" #define PACKAGE_VERSION "1.23.0-x"
/* putenv parameter is const */ /* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */ /* #undef PUTENV_ARG_CONST */