From b4860866accd195511b38f231c4a7cbab650d013 Mon Sep 17 00:00:00 2001 From: Andrettin <6322423+Andrettin@users.noreply.github.com> Date: Sat, 9 Jan 2021 19:24:41 +0100 Subject: [PATCH] Updated version to 4.1.0, as the changes to the engine justify a new minor version --- CMakeLists.txt | 4 ++-- src/include/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5b17ab6d..7cd98a625 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,11 +32,11 @@ # Stratagus major version set(STRATAGUS_MAJOR_VERSION 4) # Stratagus minor version (maximum 99) -set(STRATAGUS_MINOR_VERSION 0) +set(STRATAGUS_MINOR_VERSION 1) # Stratagus patch level (maximum 99) set(STRATAGUS_PATCH_LEVEL 0) # Stratagus patch level 2 -set(STRATAGUS_PATCH_LEVEL2 6) +set(STRATAGUS_PATCH_LEVEL2 0) ######################### project(stratagus) diff --git a/src/include/version.h b/src/include/version.h index 5b78367b8..f318593e3 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -5,9 +5,9 @@ #define DESCRIPTION NAME " - Strategy Gaming Engine" #define StratagusMajorVersion 4 -#define StratagusMinorVersion 0 +#define StratagusMinorVersion 1 #define StratagusPatchLevel 0 -#define StratagusPatchLevel2 6 +#define StratagusPatchLevel2 0 #define _version_stringify_(s) #s #define _version_stringify(s) _version_stringify_(s)