This commit is contained in:
Jean-Francois Dockes 2017-03-13 14:40:45 +01:00
parent 82d52044e0
commit c37a1c8caf
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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"