Skip to content

Commit

Permalink
[Update] REFUREKU_VERSION macros (2.1.2 -> 2.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoysouvanh committed May 13, 2022
1 parent 8bb16a1 commit 1f01107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Refureku/Library/Include/Public/Refureku/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

//Version
#define REFUREKU_VERSION_MAJOR 2
#define REFUREKU_VERSION_MINOR 1
#define REFUREKU_VERSION_PATCH 2
#define REFUREKU_VERSION_MINOR 2
#define REFUREKU_VERSION_PATCH 0
#define REFUREKU_VERSION (REFUREKU_VERSION_MAJOR * 10000 + REFUREKU_VERSION_MINOR * 100 + REFUREKU_VERSION_PATCH)

//Features
Expand Down

0 comments on commit 1f01107

Please sign in to comment.