Skip to content

Commit

Permalink
Point release qterminal 0.14.1
Browse files Browse the repository at this point in the history
* Bumped version to 0.14.1
* Only translations are changed.
  • Loading branch information
agaida committed Feb 25, 2019
1 parent b8bbc0b commit 6e243af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
qterminal-0.14.1 / 2019-02-25
=============================

* Bumped version to 0.14.1
* Only translations was changed.

qterminal-0.14.0 / 2019-01-25
=============================
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ project(qterminal)
include(GNUInstallDirs)

# qterminal version
set(QTERMINAL_VERSION "0.14.0")
set(QTERMINAL_VERSION "0.14.1")

option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

# we need qpa/qplatformnativeinterface.h for global shortcut

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.6.0")
set(QTERMWIDGET_MINIMUM_VERSION "0.14.0")
set(QTERMWIDGET_MINIMUM_VERSION "0.14.1")
set(QT_MINIMUM_VERSION "5.7.1")

find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 6e243af

Please sign in to comment.