Skip to content

Commit

Permalink
Release 0.1.11.1-alpha: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzys-h committed May 10, 2018
1 parent af306c4 commit cdb8a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ project(colobot C CXX)
set(COLOBOT_VERSION_CODENAME "Gold")
set(COLOBOT_VERSION_MAJOR 0)
set(COLOBOT_VERSION_MINOR 1)
set(COLOBOT_VERSION_REVISION 11)
set(COLOBOT_VERSION_REVISION 11.1)

# Used on official releases
#set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")
set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")
# Used on unreleased, development builds
set(COLOBOT_VERSION_UNRELEASED "+alpha")
#set(COLOBOT_VERSION_UNRELEASED "+alpha")

# Append git characteristics to version
if(DEFINED COLOBOT_VERSION_UNRELEASED)
Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated 0 files

0 comments on commit cdb8a48

Please sign in to comment.