From cac3abe2d386be80e18985dbc4d7c7d0c107571d Mon Sep 17 00:00:00 2001 From: Darragh Coy Date: Sat, 16 Oct 2021 23:06:05 -0700 Subject: [PATCH] Version bump to 0.8.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f128de0d..058a4089d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project(PsyDoom) # Current game version string -set(GAME_VERSION_STR "0.8.2") +set(GAME_VERSION_STR "0.8.3") # Where CMake will search for .cmake module files set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")