bump version

This commit is contained in:
Jean-Francois Dockes 2020-02-27 18:19:33 +01:00
parent 17d29774b0
commit a52f68657d
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
recoll (1.26.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Version bump for the new OCR scripts
-- Jean-Francois Dockes <jf@dockes.org> Thu, 27 Feb 2020 18:18:00 +0100
recoll (1.26.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fixes potential infinite loop in decompression. Other small bug fixes.

View File

@ -1 +1 @@
1.26.4
1.26.5

View File

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