Skip to content

Commit

Permalink
Updated version to 4.1.0, as the changes to the engine justify a new …
Browse files Browse the repository at this point in the history
…minor version
  • Loading branch information
Andrettin committed Jan 9, 2021
1 parent a5002af commit b486086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b486086

Please sign in to comment.