bump version to 1.5.21

This commit is contained in:
Jean-Francois Dockes 2019-08-08 14:18:57 +02:00
parent d88b2a8bc9
commit 37325ceee5
4 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@
PPA_KEYID=D38B9201
RCLVERS=1.25.18
RCLVERS=1.25.21
SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0
PPAVERS=1

View File

@ -1,3 +1,12 @@
recoll (1.25.21-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Windows: fix mbox cache offset which was not working at all
* GUI: fix restable highlighting, again.
* GUI: special indexing: no indexing was performed when erase was set,
only erase.
-- Jean-Francois Dockes <jf@dockes.org> Thu, 08 Aug 2019 14:16:00 +0200
recoll (1.25.20-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* GUI: preview: improve operation when the original file has changed or

View File

@ -1 +1 @@
1.25.20
1.25.21

View File

@ -112,10 +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.25.20"
#define PACKAGE_STRING "Recoll 1.25.21"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.25.20"
#define PACKAGE_VERSION "1.25.21"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll"