diff options
author | Danny Holman <dholman@gymli.org> | 2025-03-20 14:31:39 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-03-20 14:31:39 -0500 |
commit | de73efecc8c996be4b2e695ac85a6dc0423e0f92 (patch) | |
tree | 6fdede0df6f2ecc8cf16befc99b614cbf217aac5 /CMakeLists.txt | |
parent | f58b327650d9ecaba454d626c07fd01351d0880c (diff) |
Version bump to 0.63.00.63.0
Increment the version string to 0.63.0.
Signed-off-by: Danny Holman <dholman@gymli.org>
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 5bf751b..90770d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20) -project(rune-engine VERSION 0.62.0 DESCRIPTION "High performance game engine designed for Quake-style shooters") +project(rune-engine VERSION 0.63.0 DESCRIPTION "High performance game engine designed for Quake-style shooters") set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH}) set(CMAKE_C_STANDARD 23) |