Skip to content

Commit

Permalink
ReviveOverlay: Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Oct 18, 2019
1 parent 21f983a commit ac6186b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 1
#define REV_MINOR_VERSION 8
#define REV_PATCH_VERSION 2
#define REV_BUILD_NUMBER 6
#define REV_MINOR_VERSION 9
#define REV_PATCH_VERSION 0
#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 ac6186b

Please sign in to comment.