From fcbf8e39075eb056765cb6ae5988fe4fc1c43f99 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 29 Jan 2019 20:59:24 +0100 Subject: [PATCH] Bump version to 1.25.1 --- src/VERSION | 2 +- src/common/autoconfig-win.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/VERSION b/src/VERSION index 44577ac3..d905a6d1 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.0pre0 +1.25.1 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index e4050478..ce850979 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -112,7 +112,10 @@ 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.24.1" +#define PACKAGE_STRING "Recoll 1.25.1" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.25.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -120,9 +123,6 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ /* Define to the home page for this package. */ #define PACKAGE_URL "" -/* Define to the version of this package. */ -#define PACKAGE_VERSION "1.24.1" - /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */