bumped version

This commit is contained in:
Jean-Francois Dockes 2021-12-04 10:07:40 +01:00
parent 5fcffb7654
commit 1072f88f11
6 changed files with 19 additions and 7 deletions

View File

@ -13,7 +13,7 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.31.4
RCLVERS=1.31.5
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
PPAVERS=1

View File

@ -1,3 +1,9 @@
recoll (1.31.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix ennoying bug in tesseract OCR temporary files cleanup.
-- Jean-Francois Dockes <jf@dockes.org> Sat, 04 Dec 2021 10:05:00 +0100
recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Linux/Mac: Bug in threads management could result in index corruption or crash

View File

@ -1,4 +1,10 @@
recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
kio-recoll (1.31.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow recoll version
-- Jean-Francois Dockes <jf@dockes.org> Sat, 04 Dec 2021 10:05:00 +0100
kio-recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow recoll version

View File

@ -1 +1 @@
1.31.4
1.31.5

View File

@ -125,7 +125,7 @@
#define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.31.4"
#define PACKAGE_STRING "Recoll 1.31.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll"
@ -134,7 +134,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.31.4"
#define PACKAGE_VERSION "1.31.5"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */

View File

@ -118,7 +118,7 @@
#define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.31.4"
#define PACKAGE_STRING "Recoll 1.31.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll"
@ -127,7 +127,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.31.4"
#define PACKAGE_VERSION "1.31.5"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */