From 9b67a74d931ebcbfbc7324124724df29452f7617 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:07:18 -0500 Subject: [PATCH] Bump version to 0.2 --- 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 608995b4..f9761bf8 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -12605,7 +12605,7 @@ MINOR_VERSION_NUMBER = 1 PATCH_VERSION_NUMBER = 0 --- @type string -SM64COOPDX_VERSION = "0.1.5" +SM64COOPDX_VERSION = "0.2" --- @type integer VERSION_NUMBER = 36 diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index 6e71950a..4f420f62 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4396,7 +4396,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 = '0.1.5'\n" +"SM64COOPDX_VERSION = '0.2'\n" "VERSION_TEXT = 'beta'\n" "VERSION_NUMBER = 36\n" "MINOR_VERSION_NUMBER = 1\n" diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 7d833fdd..32e875ad 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 "0.1.5" +#define SM64COOPDX_VERSION "0.2" #define VERSION_TEXT "beta" #define VERSION_NUMBER 36