Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 17, 2021
1 parent 43bee31 commit 4d7f078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern bool show_changelog;

#define EDOPRO_VERSION_MAJOR 39
#define EDOPRO_VERSION_MINOR 1
#define EDOPRO_VERSION_PATCH 1
#define EDOPRO_VERSION_PATCH 2
#define EDOPRO_VERSION_CODENAME L"Utopia"
#define EDOPRO_VERSION_STRING L"Project Ignis: EDOPro | " STR(EDOPRO_VERSION_MAJOR) "." STR(EDOPRO_VERSION_MINOR) "." STR(EDOPRO_VERSION_PATCH) " \"" EDOPRO_VERSION_CODENAME "\""
#define CLIENT_VERSION (EDOPRO_VERSION_MAJOR & 0xff | ((EDOPRO_VERSION_MINOR & 0xff) << 8) | ((OCG_VERSION_MAJOR & 0xff) << 16) | ((OCG_VERSION_MINOR & 0xff) << 24))
Expand Down

0 comments on commit 4d7f078

Please sign in to comment.