Skip to content

Commit

Permalink
Bump patch version and (#82)
Browse files Browse the repository at this point in the history
build-tools version too - doesn't hurt, because pcmanfm-qt/libfm-qt need 0.3.0 too
  • Loading branch information
agaida committed Dec 18, 2016
1 parent b863ee5 commit 5162927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ include(GNUInstallDirs)

set(MAJOR_VERSION 0)
set(MINOR_VERSION 5)
set(PATCH_VERSION 0)
set(PATCH_VERSION 1)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.1.0")
set(LXQTBT_MINIMUM_VERSION "0.3.0")

set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit 5162927

Please sign in to comment.