From a52f68657d743b49af3a71d12e7fb5a0fc62dc8d Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 27 Feb 2020 18:19:33 +0100 Subject: [PATCH] bump version --- packaging/debian/debian/changelog | 6 ++++++ src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 64ee6051..2803e1fb 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.26.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Version bump for the new OCR scripts + + -- Jean-Francois Dockes 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. diff --git a/src/VERSION b/src/VERSION index ea0928ce..8fe00a57 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.26.4 +1.26.5 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 019263b3..36b5bde0 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -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"