diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2012-07-21 23:14:23 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2012-07-21 23:14:23 +0300 |
| commit | e3ddbe8c6b70d260f89dfdb0aa7ecb7dab0a12f6 (patch) | |
| tree | 59d4a2cc2e97e5e284f62297ea3ad27ba578d807 /CMakeLists.txt | |
| parent | d085139057e84c677853a57a2613638378e8fdfa (diff) | |
| download | dragonfireclient-e3ddbe8c6b70d260f89dfdb0aa7ecb7dab0a12f6.tar.xz | |
Version 0.4.1
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d61cf1c5..dc903721b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) if(VERSION_EXTRA) set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA}) endif() |
