Bump version to 1.25.1

This commit is contained in:
Jean-Francois Dockes 2019-01-29 20:59:24 +01:00
parent dcd517bcf2
commit fcbf8e3907
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
1.25.0pre0
1.25.1

View File

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