Skip to content

Commit

Permalink
Pre-release changes (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 5aa946a commit 6754f13
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-2.1.0 / 2024-11-05
====================================
* Bumped the version to 2.1.0.

lxqt-build-tools-2.0.0 / 2024-04-17
====================================
* Ported to Qt6, with the new project name `lxqt2-build-tools`.
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(lxqt2-build-tools)
option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON)

set(LXQT_BUILD_TOOLS_MAJOR_VERSION 2)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 0)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 1)
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 "6.6")
Expand Down

0 comments on commit 6754f13

Please sign in to comment.