Skip to content

Commit

Permalink
engine/src/version.h.in: Adjust version calculations further
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jan 13, 2022
1 parent 73c25b9 commit fb92f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#define VEGASTRIKE_VERSION_PATCH "@VEGASTRIKE_VERSION_PATCH@"
#define VEGASTRIKE_VERSION_TWEAK "@VEGASTRIKE_VERSION_TWEAK@"

#define VEGASTRIKE_VERSION_LONG_STR "@VEGASTRIKE_VERSION_LONG_STR@"

#define VEGASTRIKE_ASSETS_API_VERSION "@VEGASTRIKE_ASSETS_API_VERSION@"

#define VEGASTRIKE_VERSION_STR VEGASTRIKE_VERSION_LONG_STR " (Assets API Version: " VEGASTRIKE_ASSETS_API_VERSION ")"
Expand Down

0 comments on commit fb92f20

Please sign in to comment.