diff options
author | sfan5 <sfan5@live.de> | 2022-05-15 18:03:33 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-15 21:53:21 +0200 |
commit | 44c2e33c78b54835c153d100487600348bd6dee7 (patch) | |
tree | 11e02ba23e6e3cf6f4e432190160c76680f6489b /CMakeLists.txt | |
parent | 2785dcbbbf6cff38949c70b0780d19e1c1a7935d (diff) | |
download | minetest-44c2e33c78b54835c153d100487600348bd6dee7.tar.gz minetest-44c2e33c78b54835c153d100487600348bd6dee7.tar.bz2 minetest-44c2e33c78b54835c153d100487600348bd6dee7.zip |
Bump version to 5.5.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 40a9ce15f..40cf6504b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CLANG_MINIMUM_VERSION "3.5") # Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing set(VERSION_MAJOR 5) set(VERSION_MINOR 5) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases |