From 9d3eea6b53cc3c5884800afb8bee3b178775f52c Mon Sep 17 00:00:00 2001 From: Steffen Ohrendorf Date: Fri, 29 Sep 2023 11:02:46 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47b8ce257..1a65bab9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.16 ) list( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) -project( CroftEngine VERSION 2.3.0 ) +project( CroftEngine VERSION 2.3.1 ) cmake_policy( SET CMP0069 NEW ) cmake_policy( SET CMP0083 NEW )