Skip to content

Commit

Permalink
ReviveOverlay: Update version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jan 30, 2020
1 parent 127da04 commit 7f75ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReviveOverlay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define REV_MAJOR_VERSION 2
#define REV_MINOR_VERSION 0
#define REV_PATCH_VERSION 0
#define REV_BUILD_NUMBER 12
#define REV_BUILD_NUMBER 13

#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 7f75ad3

Please sign in to comment.