diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index fae93f8cb..28736680c 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -11836,13 +11836,13 @@ SPTASK_STATE_FINISHED_DP = 4 --- @type SpTaskState MAX_VERSION_LENGTH = 128 --- @type integer -MINOR_VERSION_NUMBER = 1 +MINOR_VERSION_NUMBER = 0 --- @type string -SM64COOPDX_VERSION = "v1.2.1" +SM64COOPDX_VERSION = "v1.3" --- @type integer -VERSION_NUMBER = 39 +VERSION_NUMBER = 40 --- @type string VERSION_TEXT = "v" diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index 396531a9e..28a766de0 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4736,9 +4736,9 @@ char gSmluaConstants[] = "" "COOP_OBJ_FLAG_LUA=(1 << 1)\n" "COOP_OBJ_FLAG_NON_SYNC=(1 << 2)\n" "COOP_OBJ_FLAG_INITIALIZED=(1 << 3)\n" -"SM64COOPDX_VERSION='v1.2.1'\n" +"SM64COOPDX_VERSION='v1.3'\n" "VERSION_TEXT='v'\n" -"VERSION_NUMBER=39\n" -"MINOR_VERSION_NUMBER=1\n" +"VERSION_NUMBER=40\n" +"MINOR_VERSION_NUMBER=0\n" "MAX_VERSION_LENGTH=128\n" ; diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 7d37bb292..cc6d0a6b1 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -1,12 +1,12 @@ #ifndef VERSION_H #define VERSION_H -#define SM64COOPDX_VERSION "v1.2.1" +#define SM64COOPDX_VERSION "v1.3" // internal version #define VERSION_TEXT "v" -#define VERSION_NUMBER 39 -#define MINOR_VERSION_NUMBER 1 +#define VERSION_NUMBER 40 +#define MINOR_VERSION_NUMBER 0 #if defined(VERSION_JP) #define VERSION_REGION "JP"