Skip to content

Commit

Permalink
Point release lxqt-about 0.14.1
Browse files Browse the repository at this point in the history
* Bumped version to 0.14.1
* Only translations was changed.
  • Loading branch information
agaida committed Feb 25, 2019
1 parent 7262a77 commit 152141f
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 @@
lxqt-about-0.14.1 / 2019-02-25
==============================

* Bumped version to 0.14.1
* Only translations was changed.

lxqt-about-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 @@ -27,15 +27,15 @@ set(UI_FILES
)

# Minimum versions
set(LXQT_MINIMUM_VERSION "0.14.0")
set(LXQT_MINIMUM_VERSION "0.14.1")

find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

## Patch Version
set(LXQT_ABOUT_PATCH_VERSION 0)
set(LXQT_ABOUT_PATCH_VERSION 1)

set(LXQT_ABOUT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_ABOUT_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 152141f

Please sign in to comment.