Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jun 29, 2020
1 parent d38d3de commit b484717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReviveOverlay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#define REV_STRINGIFY(x) REV_MAKESTR(x)

#define REV_MAJOR_VERSION 2
#define REV_MINOR_VERSION 0
#define REV_MINOR_VERSION 1
#define REV_PATCH_VERSION 0
#define REV_BUILD_NUMBER 13
#define REV_BUILD_NUMBER 0

#define REV_VERSION_STRING REV_STRINGIFY(REV_MAJOR_VERSION.REV_MINOR_VERSION.REV_PATCH_VERSION.REV_BUILD_NUMBER)
#define REV_VERSION_INT (REV_MAJOR_VERSION << 24 | REV_MINOR_VERSION << 16 | REV_PATCH_VERSION << 8 | REV_BUILD_NUMBER)

0 comments on commit b484717

Please sign in to comment.