diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 35594954c..dff574bc3 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -11119,7 +11119,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2) COOP_OBJ_FLAG_INITIALIZED = (1 << 3) --- @type string -SM64COOPDX_VERSION = "v1.4.0" +SM64COOPDX_VERSION = "v1.4" --- @type string VERSION_TEXT = "v" diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index f50537efa..aeb969169 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4602,7 +4602,7 @@ 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.4.0'\n" +"SM64COOPDX_VERSION='v1.4'\n" "VERSION_TEXT='v'\n" "VERSION_NUMBER=41\n" "MINOR_VERSION_NUMBER=0\n" diff --git a/src/pc/network/version.h b/src/pc/network/version.h index ca47686fc..cb982a566 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define SM64COOPDX_VERSION "v1.4.0" +#define SM64COOPDX_VERSION "v1.4" // internal version #define VERSION_TEXT "v"