Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 13, 2023
1 parent 2b50d06 commit c0abdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReviveOverlay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define REV_MAJOR_VERSION 3
#define REV_MINOR_VERSION 1
#define REV_PATCH_VERSION 0
#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)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.1.0.{build}'
version: '3.1.1.{build}'
image: Visual Studio 2019
clone_folder: c:\projects\revive

Expand Down

0 comments on commit c0abdf4

Please sign in to comment.