diff options
| author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-08-20 17:20:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-20 17:20:11 +0200 |
| commit | c99dcbaca99c0bf3cf90efb6670d946898e23ae6 (patch) | |
| tree | 7b00dfc421be40af049b09f3f1e41f35a4f7ff34 /CMakeLists.txt | |
| parent | 1c1c97cbd1d7913ac12bf550ec02c97f843a0fd3 (diff) | |
| download | dragonfireclient-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.tar.xz | |
New version scheme (#6292)
* Version changes: current dev version is now 0.5.0
* This change permit to have multi branches with various versions
* Dev version is 0.5.0-dev and next release will be 0.5.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df5c00e08..b405d5e2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ set(CMAKE_CXX_STANDARD 11) # Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 16) +set(VERSION_MINOR 5) +set(VERSION_PATCH 0) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases |
