Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaKunisaki committed Apr 6, 2021
1 parent 2af8ee9 commit 95a4b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst/src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define MOD_VERSION_MAJOR 2
#define MOD_VERSION_MINOR 0
#define MOD_VERSION_PATCH 1
#define MOD_VERSION_PATCH 2
#define __STR(x) #x
#define _STR(x) __STR(x)
#define MOD_VERSION_STR _STR(MOD_VERSION_MAJOR) "." _STR(MOD_VERSION_MINOR) "." _STR(MOD_VERSION_PATCH)
Expand Down

0 comments on commit 95a4b6a

Please sign in to comment.