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 Sep 5, 2019
1 parent 40e213f commit dcdd0df
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 @@ -5,8 +5,8 @@

#define REV_MAJOR_VERSION 1
#define REV_MINOR_VERSION 8
#define REV_PATCH_VERSION 0
#define REV_BUILD_NUMBER 6
#define REV_PATCH_VERSION 1
#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 dcdd0df

Please sign in to comment.