From e6edb61dfb0a8acbec9672105642711134ba44b9 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:51:20 -0400 Subject: [PATCH] Bump online version --- autogen/lua_definitions/constants.lua | 2 +- src/pc/lua/smlua_constants_autogen.c | 2 +- src/pc/network/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 9dc267f3..fd257dde 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -12557,7 +12557,7 @@ SPTASK_STATE_FINISHED_DP = 4 MAX_VERSION_LENGTH = 32 --- @type integer -MINOR_VERSION_NUMBER = 1 +MINOR_VERSION_NUMBER = 2 --- @type integer PATCH_VERSION_NUMBER = 0 diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index 26a720ab..84e29325 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4400,7 +4400,7 @@ char gSmluaConstants[] = "" "SM64COOPDX_VERSION = 'v1.0.2'\n" "VERSION_TEXT = 'v'\n" "VERSION_NUMBER = 37\n" -"MINOR_VERSION_NUMBER = 1\n" +"MINOR_VERSION_NUMBER = 2\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 f59d973d..4b4eef3c 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -6,7 +6,7 @@ // internal version #define VERSION_TEXT "v" #define VERSION_NUMBER 37 -#define MINOR_VERSION_NUMBER 1 +#define MINOR_VERSION_NUMBER 2 #define PATCH_VERSION_NUMBER 0 #if defined(VERSION_JP)