bumped version to 1.25.12

This commit is contained in:
Jean-Francois Dockes 2019-04-11 15:53:48 +02:00
parent 2986a15531
commit 17f103daa9
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,10 @@
recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.25.12
* Fixes GUI crash
-- Jean-Francois Dockes <jf@dockes.org> Wed, 11 Apr 2019 15:52:00 +0200
recoll (1.25.11-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.25.11

View File

@ -1,3 +1,10 @@
kio-recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.25.12
* Keep kio in sync
-- Jean-Francois Dockes <jf@dockes.org> Wed, 11 Apr 2019 15:52:00 +0200
kio-recoll (1.25.11-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.25.11

View File

@ -1 +1 @@
1.25.11
1.25.12

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.11"
#define PACKAGE_STRING "Recoll 1.25.12"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.25.11"
#define PACKAGE_VERSION "1.25.12"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll"