Skip to content

Commit

Permalink
Merge pull request #57 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Oct 30, 2020
2 parents 8a25a34 + 09016e0 commit bf7e4b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-build-tools-0.8.0 / 2020-11-01
===================================
* Removed version checks for some LXQt dependencies.
* Added a Fontconfig CMake find module.
* Suppressed warning about find_package_handle_standard_args package name mismatch.

lxqt-build-tools-0.7.0 / 2020-04-21
===================================
* Bump version to 0.7.0.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(lxqt-build-tools)
option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON)

set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 7)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 8)
set(LXQT_BUILD_TOOLS_PATCH_VERSION 0)
set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION})

Expand Down

0 comments on commit bf7e4b9

Please sign in to comment.