From ecbb9310de9cde6bf22dacbb1e95da326daafa51 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sun, 3 Jun 2018 17:35:20 +0200 Subject: Bump version to 0.4.17 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a0dcb688..c64ac897b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(PROJECT_NAME_CAPITALIZED "Minetest") # 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_PATCH 17) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases -- cgit v1.2.3