Skip to content

Commit

Permalink
Merge pull request #15 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2023
2 parents 555141c + e708902 commit 204b1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
lxqt-menu-data-1.4.0 / 2023-11-05
============================
* The first release, to replace lxmenu-data.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ project(lxqt-menu-data)

include(GNUInstallDirs)

set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")

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

# Version
set(LXQT_MENU_DATA_MAJOR_VERSION 1)
set(LXQT_MENU_DATA_MINOR_VERSION 3)
set(LXQT_MENU_DATA_MINOR_VERSION 4)
set(LXQT_MENU_DATA_PATCH_VERSION 0)
set(LXQT_MENU_DATA_VERSION ${LXQT_MENU_DATA_MAJOR_VERSION}.${LXQT_MENU_DATA_MINOR_VERSION}.${LXQT_MENU_DATA_PATCH_VERSION})

Expand Down

0 comments on commit 204b1d0

Please sign in to comment.