From c37a1c8cafc312634d5e2c3aae5e012f35008e0b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 13 Mar 2017 14:40:45 +0100 Subject: [PATCH] none --- src/common/autoconfig-win.h | 4 ++-- src/windows/recoll-setup.iss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 948f7a3e..7d88cdec 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.23.0-x" +#define PACKAGE_STRING "Recoll 1.23.1-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.23.0-x" +#define PACKAGE_VERSION "1.23.1-x" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/windows/recoll-setup.iss b/src/windows/recoll-setup.iss index 4c400e46..2c2c297a 100644 --- a/src/windows/recoll-setup.iss +++ b/src/windows/recoll-setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Recoll" -#define MyAppVersion "1.23.0-20170107-78b8ad" +#define MyAppVersion "1.23.1-20170313-aeb336" #define MyAppPublisher "Recoll.org" #define MyAppURL "http://www.recoll.org" #define MyAppExeName "recoll.exe"