Skip to content

Commit

Permalink
Merge branch 'master' into ssl-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed May 2, 2023
2 parents d1069d2 + 5de8c1e commit 4ffcd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define TO_STRING2(s) #s
#define TO_STRING(s) TO_STRING2(s)

#define MAJOR 4
#define MINOR 1
#define MAJOR 3
#define MINOR 2
#define PATCH 0

#define VERSION_STR TO_STRING(MAJOR) "." TO_STRING(MINOR) "." TO_STRING(PATCH)
Expand Down

0 comments on commit 4ffcd4e

Please sign in to comment.