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