From 5b165b99a6ef2835d495624405e513918d27bc2c Mon Sep 17 00:00:00 2001 From: Darragh Coy Date: Sun, 29 Aug 2021 22:53:41 -0700 Subject: [PATCH] Version bump to 0.8.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c1af9336..4cfcb412b 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.0") +set(GAME_VERSION_STR "0.8.1") # Where CMake will search for .cmake module files set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")