Skip to content

Commit

Permalink
Merge pull request #141 from lxqt/patch_version
Browse files Browse the repository at this point in the history
Fixed patch version
  • Loading branch information
tsujan authored Apr 23, 2020
2 parents 4d196c2 + 7019070 commit db455ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

# Patch Version
set(LXQT_RUNNER_PATCH_VERSION 1)
set(LXQT_RUNNER_PATCH_VERSION 0)
set(LXQT_RUNNER_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_RUNNER_PATCH_VERSION})
add_definitions(
"-DLXQT_RUNNER_VERSION=\"${LXQT_RUNNER_VERSION}\""
Expand Down

0 comments on commit db455ec

Please sign in to comment.