1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Revise bump_version.sh script to address shortcomings (#12789)

This commit is contained in:
sfan5
2022-10-21 17:09:44 +02:00
committed by GitHub
parent dafdb3edb4
commit 9f0d88407d
2 changed files with 191 additions and 105 deletions

View File

@@ -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)