Skip to content

Commit

Permalink
Bump version to 0.3.2 - finally the build tools are arch: all (#15)
Browse files Browse the repository at this point in the history
* Bump version to 0.3.2 - finally the build tools are arch: all

* Added missed point
  • Loading branch information
agaida committed Jan 13, 2017
1 parent 4b511c1 commit 02f42d1
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 @@ -6,8 +6,8 @@ option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON)

set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0)
set(LXQT_BUILD_TOOLS_MINOR_VERSION 3)
set(LXQT_BUILD_TOOLS_PATCH_VERSION 1)
set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}${LXQT_BUILD_TOOLS_PATCH_VERSION})
set(LXQT_BUILD_TOOLS_PATCH_VERSION 2)
set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION})

set(LXQT_MAJOR_VERSION 0)
set(LXQT_MINOR_VERSION 11)
Expand Down

0 comments on commit 02f42d1

Please sign in to comment.