aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-10-21 17:09:44 +0200
committerGitHub <noreply@github.com>2022-10-21 17:09:44 +0200
commit9f0d88407d9dadb1a8cf8c03131eda034f2f19e1 (patch)
tree31b09865b5def150d51454e102659eb787b4e681 /CMakeLists.txt
parentdafdb3edb4b65db144d72cd2274a657af671bdd1 (diff)
downloadminetest-9f0d88407d9dadb1a8cf8c03131eda034f2f19e1.tar.xz
Revise bump_version.sh script to address shortcomings (#12789)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4ecda37b..9f788c30d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(GCC_MINIMUM_VERSION "5.1")
set(CLANG_MINIMUM_VERSION "3.5")
-# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
+# You should not need to edit these manually, use util/bump_version.sh
set(VERSION_MAJOR 5)
set(VERSION_MINOR 7)
set(VERSION_PATCH 0)