bump version

This commit is contained in:
Jean-Francois Dockes 2022-06-29 09:39:56 +02:00
parent 7ceb9c6837
commit 03f82fa115
5 changed files with 18 additions and 4 deletions

View File

@ -11,7 +11,7 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.32.3
RCLVERS=1.32.4
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
PPAVERS=1

View File

@ -1,3 +1,11 @@
recoll (1.32.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Try to improve font size consistency by using px sizes everywhere.
* Fix Increase/Decrease font size menu options.
* Allow displaying line numbers in snippets.
-- Jean-Francois Dockes <jf@dockes.org> Wed, 29 Jun 2022 09:36:00 +0200
recoll (1.32.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix issues when opening a file with %F (parent of subdocument): avoid creating a temporary file

View File

@ -1,3 +1,9 @@
kio-recoll (1.32.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow
-- Jean-Francois Dockes <jf@dockes.org> Wed, 29 Jun 2022 09:36:00 +0200
kio-recoll (1.32.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow

View File

@ -1 +1 @@
1.32.2
1.32.4

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.32.2"
#define PACKAGE_STRING "Recoll 1.32.4"
/* 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.32.2"
#define PACKAGE_VERSION "1.32.4"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */