Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR authored Mar 20, 2023
1 parent 062689e commit 91c5792
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,8 +4,8 @@
#define REV_STRINGIFY(x) REV_MAKESTR(x)

#define REV_MAJOR_VERSION 3
#define REV_MINOR_VERSION 1
#define REV_PATCH_VERSION 1
#define REV_MINOR_VERSION 2
#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)
Expand Down

0 comments on commit 91c5792

Please sign in to comment.