From 3a473a1ae369d85825959d7b72500d71405762bd Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 15 Nov 2016 18:35:32 +0100 Subject: [PATCH] Updated version string for windows --- src/common/autoconfig-win.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */