diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:38:05 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:41:42 +0300 |
commit | 073964a12fb180f7bb0277337399a39ea84ef06e (patch) | |
tree | 640bc88658c28889a09a7536a1e6e3b14ce49a10 /CMakeLists.txt | |
parent | d7442aecbeabccac62d3dc8c5fe5b1458b466821 (diff) | |
download | minetest-0.3.2.tar.xz |
Update changelog and call this 0.3.20.3.2
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 28a80d7f5..57675f584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(minetest) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 0) set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") |