Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Dec 22, 2020
1 parent 8e56694 commit b152c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(STRATAGUS_MINOR_VERSION 0)
# Stratagus patch level (maximum 99)
set(STRATAGUS_PATCH_LEVEL 0)
# Stratagus patch level 2
set(STRATAGUS_PATCH_LEVEL2 1)
set(STRATAGUS_PATCH_LEVEL2 2)
#########################

project(stratagus)
Expand Down
2 changes: 1 addition & 1 deletion src/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define StratagusMajorVersion 4
#define StratagusMinorVersion 0
#define StratagusPatchLevel 0
#define StratagusPatchLevel2 1
#define StratagusPatchLevel2 2

#define _version_stringify_(s) #s
#define _version_stringify(s) _version_stringify_(s)
Expand Down

0 comments on commit b152c32

Please sign in to comment.