From c7f2a648d761b8367a00cae11977df2154fa630e Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Sun, 4 Jul 2021 17:04:38 +0200 Subject: [PATCH] Bump version to 2.1.4 --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00d471b..0453e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ add_compile_options($<$:/MP>) # Visual Studio: Preselect qolibri as the solution's startup project set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT qolibri) -project(qolibri VERSION 2.1.3) +project(qolibri VERSION 2.1.4) include(GNUInstallDirs) diff --git a/debian/changelog b/debian/changelog index f57474f..487acf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qolibri (2.1.4) UNRELEASED; urgency=medium + + * Fix inconsistent indentation + * Fix bogus "No results" with alphabetic searches + + -- Matthias von Faber Sun, 4 Jul 2021 00:00:00 +0000 + qolibri (2.1.3) UNRELEASED; urgency=medium * Enable high DPI scaling