diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 9023cdb6..948f7a3e 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -109,7 +109,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ #define PACKAGE_NAME "Recoll" /* 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 PACKAGE_TARNAME "recoll" @@ -118,7 +118,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.22.0" +#define PACKAGE_VERSION "1.23.0-x" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */