From 7ae4e204936b9e20d00b640d69f84bdf0a47d064 Mon Sep 17 00:00:00 2001 From: Darragh Coy Date: Sun, 8 Mar 2020 10:47:05 -0700 Subject: [PATCH] Version bump to 0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c95afd14..42cf5a8f2 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.1.0") +set(GAME_VERSION_STR "0.1.1") # Where CMake will search for .cmake module files set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")