diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index bb23b0d3..6c67aadb 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=D38B9201 -RCLVERS=1.25.17 +RCLVERS=1.25.18 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 7108a665..2b2430fe 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.25.18-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * GUI: fixed webengine result list for newer qt versions (5.12 ok) + + -- Jean-Francois Dockes Mon, 27 May 2019 17:07:00 +0200 + recoll (1.25.17-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fixed bug in snippets generation, possibly discarding the best snippets. diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index 07770674..8f1f4f52 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -3,7 +3,7 @@ Summary: Desktop full text search tool with Qt GUI Name: recoll -Version: 1.25.17 +Version: 1.25.18 Release: 2%{?dist} Group: Applications/Databases License: GPLv2+ diff --git a/src/VERSION b/src/VERSION index 778b8ccb..bd9b6803 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.17 +1.25.18 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index a20edacd..a71929d2 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -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.16" +#define PACKAGE_STRING "Recoll 1.25.18" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.25.16" +#define PACKAGE_VERSION "1.25.18" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll"