Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvf committed Jun 21, 2019
1 parent 35487fe commit 52ba5db
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 @@ -5,7 +5,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.0)
project(qolibri VERSION 2.1.1)

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.1) UNRELEASED; urgency=medium

* Add option to hide book tree panel
* Fix multimedia links in popups

-- Matthias von Faber <[email protected]> Fri, 21 Jun 2019 00:00:00 +0000

qolibri (2.1.0) UNRELEASED; urgency=medium

* Replace Qt WebKit with Chromium-based Qt WebEngine
Expand Down

0 comments on commit 52ba5db

Please sign in to comment.