Skip to content

Commit

Permalink
Merge pull request #16 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 810e244 + fa0af1b commit 3b9f1de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
lxqt-themes-0.15.0 / 2020-04-21
===============================
* Bumped version to 0.15.0.

lxqt-themes-0.14.0 / 2019-01-25
===============================

* Set cmake_minimum_required to 3.1.0
* Set informal version to 0.14.0

lxqt-themes-0.13.0 / 2018-05-21
===============================

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(lxqt-themes)

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.6.0")
set(LXQTBT_MINIMUM_VERSION "0.7.0")

# lxqt-themes has no binaries - but we can set an informal version
# Version 0.14.0
# Version 0.15.0

find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)

Expand Down

0 comments on commit 3b9f1de

Please sign in to comment.