diff options
author | Danny Holman <dholman@gymli.org> | 2025-08-04 12:37:01 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-08-04 12:37:01 -0500 |
commit | eb91909496b664ca220dcd740f8bf264eb6e67b7 (patch) | |
tree | d750898242f8b0f6d34b663e48949a0735ff5e4d | |
parent | root: restructuring (diff) | |
download | rune-engine-eb91909496b664ca220dcd740f8bf264eb6e67b7.tar.gz rune-engine-eb91909496b664ca220dcd740f8bf264eb6e67b7.tar.zst rune-engine-eb91909496b664ca220dcd740f8bf264eb6e67b7.zip |
Version bump to v0.64.0v0.64.0
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fa8785..bff96e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20) -project(rune-engine VERSION 0.63.0 DESCRIPTION "High performance game engine designed for Quake-style shooters") +project(rune-engine VERSION 0.64.0 DESCRIPTION "High performance game engine designed for Quake-style shooters") set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH}) set(CMAKE_C_STANDARD 23) |