Skip to content

Commit

Permalink
Move LXQt version back to liblxqt
Browse files Browse the repository at this point in the history
lxqt-build-tools is clearly the wrong place for these informations. The version
informations only belong to liblxqt.
  • Loading branch information
agaida committed Jun 14, 2017
1 parent 8cb06b5 commit ada50f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -6,6 +6,11 @@ set(QT_MINIMUM_VERSION "5.5.0")
set(QTXDG_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "0.3.1")

set(LXQT_MAJOR_VERSION 0)
set(LXQT_MINOR_VERSION 11)
set(LXQT_PATCH_VERSION 1)
set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION})

include(CMakePackageConfigHelpers)
include(GNUInstallDirs) # Standard directories for installation

Expand Down

0 comments on commit ada50f1

Please sign in to comment.