diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 7a52b76ab..c69e5b241 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -12607,13 +12607,13 @@ SPTASK_STATE_FINISHED_DP = 4 MAX_VERSION_LENGTH = 32 --- @type integer -MINOR_VERSION_NUMBER = 3 +MINOR_VERSION_NUMBER = 0 --- @type integer PATCH_VERSION_NUMBER = 0 --- @type integer -VERSION_NUMBER = 0 +VERSION_NUMBER = 1 --- @type string VERSION_REGION = "JP" diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index 936bf2055..48af21376 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4401,8 +4401,8 @@ char gSmluaConstants[] = "" "COOP_OBJ_FLAG_NON_SYNC = (1 << 2)\n" "COOP_OBJ_FLAG_INITIALIZED = (1 << 3)\n" "VERSION_TEXT = 'v'\n" -"VERSION_NUMBER = 0\n" -"MINOR_VERSION_NUMBER = 3\n" +"VERSION_NUMBER = 1\n" +"MINOR_VERSION_NUMBER = 0\n" "PATCH_VERSION_NUMBER = 0\n" "VERSION_REGION = 'JP'\n" "VERSION_REGION = 'EU'\n" diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 21fc5e366..f13bcc790 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -2,8 +2,8 @@ #define VERSION_H #define VERSION_TEXT "v" -#define VERSION_NUMBER 0 -#define MINOR_VERSION_NUMBER 3 +#define VERSION_NUMBER 1 +#define MINOR_VERSION_NUMBER 0 #define PATCH_VERSION_NUMBER 0 #if defined(VERSION_JP)