Skip to content

Commit

Permalink
Prerelease changes (#75)
Browse files Browse the repository at this point in the history
* Prerelease changes

* Corrected the version in changelog
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent 62b77bb commit d89f326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-build-tools-0.11.0 / 2022-04-15
===================================
* Replaced `gunixconnection.h` file in `gio-unix` include dir check (after GLib 2.71.1).

lxqt-build-tools-0.10.0 / 2021-11-04
===================================
* Set the minimum required version of Qt to 5.15.
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 10)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 11)
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})
set(LXQT_MIN_LINGUIST_VERSION "5.15.0")
Expand Down

0 comments on commit d89f326

Please sign in to comment.