summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-10-25 23:40:04 -0500
committerDanny Holman <dholman@gymli.org>2024-10-25 23:40:04 -0500
commit075efbc3c4603246a9fb6c0e2e8ede051d444cd6 (patch)
tree2772be10109768b48571596c32ac06ce2f96f2f0
parentf58a80757968166f51a98cf7815118fdbeedb47c (diff)
Version bump to v0.62.0v0.62.0
Signed-off-by: Danny Holman <dholman@gymli.org>
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b7ac79..e4ad9c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
-project(rune-engine VERSION 0.61.0 DESCRIPTION "High performance game engine designed for Quake-style shooters")
+project(rune-engine VERSION 0.62.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)
diff --git a/doc/conf.py b/doc/conf.py
index d1b4119..2658279 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -9,7 +9,7 @@
project = 'Rune Game Engine'
copyright = '2024, Danny Holman'
author = 'Danny Holman'
-release = 'v0.61.0'
+release = 'v0.62.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration