Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvf committed Jul 4, 2021
1 parent 9b7fb60 commit c7f2a64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/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)

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
qolibri (2.1.4) UNRELEASED; urgency=medium

* Fix inconsistent indentation
* Fix bogus "No results" with alphabetic searches

-- Matthias von Faber <mvf@gmx.eu> Sun, 4 Jul 2021 00:00:00 +0000

qolibri (2.1.3) UNRELEASED; urgency=medium

* Enable high DPI scaling
Expand Down

0 comments on commit c7f2a64

Please sign in to comment.