Skip to content

Commit

Permalink
Merge pull request #140 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Apr 23, 2020
2 parents d550535 + 97c68e8 commit 4f24901
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
lxqt-about-0.15.0 / 2020-04-24
==============================

* Bumped version to 0.15.0.
* Avoid char raw strings literals memory allocations.
* Don't use automatic string conversions.
* Removed implicit casts definitions.
* Fixed Razor-qt link.

lxqt-about-0.14.1 / 2019-02-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.1")
set(LXQT_MINIMUM_VERSION "0.15.0")

find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

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

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

0 comments on commit 4f24901

Please sign in to comment.