Skip to content

Commit

Permalink
Bump minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
IssMneur committed Mar 19, 2016
1 parent d99cbc4 commit 2f58cfc
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 @@ -12,8 +12,8 @@ endif()
project(wxlauncher CXX C)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 10)
set(VERSION_PATCH 1)
set(VERSION_MINOR 11)
set(VERSION_PATCH 0)

message("--- Configuring wxLauncher ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 2f58cfc

Please sign in to comment.