From 5cc3f3b5218622814f32529cef171cd18088c286 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Mon, 25 Mar 2024 21:02:23 -0300 Subject: [PATCH] Update version to 1.2.2 --- CMakeLists.txt | 2 +- source/Engine/Includes/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dafa263d..dc84b252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) # set the project name and version -project(HatchGameEngine VERSION 1.2.1) +project(HatchGameEngine VERSION 1.2.2) # specify the C++ standard set(CMAKE_CXX_STANDARD 17) diff --git a/source/Engine/Includes/Version.h b/source/Engine/Includes/Version.h index a6868bd3..d8b14f5e 100644 --- a/source/Engine/Includes/Version.h +++ b/source/Engine/Includes/Version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 2 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 // #define VERSION_PRERELEASE // #define VERSION_CODENAME