Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaKunisaki committed Apr 3, 2021
1 parent d108531 commit f6876aa
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 0
#define MOD_VERSION_PATCH 1
#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 f6876aa

Please sign in to comment.