From 490939bc95513162a7bfea3cfdc197b061030edb Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:55:27 -0400 Subject: [PATCH] Bump version --- autogen/lua_definitions/constants.lua | 4 ++-- src/pc/lua/smlua_constants_autogen.c | 6 +++--- src/pc/network/version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index dccfea3c1..53eeb9432 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -11859,7 +11859,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2) COOP_OBJ_FLAG_INITIALIZED = (1 << 3) --- @type string -SM64COOPDX_VERSION = "v1.3" +SM64COOPDX_VERSION = "v1.3.1" --- @type string VERSION_TEXT = "v" @@ -11868,7 +11868,7 @@ VERSION_TEXT = "v" VERSION_NUMBER = 40 --- @type integer -MINOR_VERSION_NUMBER = 0 +MINOR_VERSION_NUMBER = 1 --- @type integer MAX_VERSION_LENGTH = 128 diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index a18561e20..ce307f655 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4745,9 +4745,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.3'\n" +"SM64COOPDX_VERSION='v1.3.1'\n" "VERSION_TEXT='v'\n" "VERSION_NUMBER=40\n" -"MINOR_VERSION_NUMBER=0\n" +"MINOR_VERSION_NUMBER=1\n" "MAX_VERSION_LENGTH=128\n" -; +; \ No newline at end of file diff --git a/src/pc/network/version.h b/src/pc/network/version.h index cc6d0a6b1..5f2727ec1 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.3" +#define SM64COOPDX_VERSION "v1.3.1" // internal version #define VERSION_TEXT "v" #define VERSION_NUMBER 40 -#define MINOR_VERSION_NUMBER 0 +#define MINOR_VERSION_NUMBER 1 #if defined(VERSION_JP) #define VERSION_REGION "JP"