diff options
author | rubenwardy <rw@rubenwardy.com> | 2021-10-22 23:06:51 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2021-10-22 23:06:51 +0100 |
commit | 25a56f11c8cb3d52d5a1a6022ff7c9ba7d00ea88 (patch) | |
tree | 1a8a738acb04f9955bae972e984a8d5f6ee6fada /CMakeLists.txt | |
parent | 8271c6481f84718fef6cdb1a91de415bfee6d96d (diff) | |
download | minetest-25a56f11c8cb3d52d5a1a6022ff7c9ba7d00ea88.tar.gz minetest-25a56f11c8cb3d52d5a1a6022ff7c9ba7d00ea88.tar.bz2 minetest-25a56f11c8cb3d52d5a1a6022ff7c9ba7d00ea88.zip |
Bump version to 5.4.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 aef40e8c7..5629cbe70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(CLANG_MINIMUM_VERSION "3.4") # Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing set(VERSION_MAJOR 5) set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases |