From 0e1cda1b918eb467c36bca5102218af61af7384f Mon Sep 17 00:00:00 2001 From: MysterD Date: Thu, 13 Apr 2023 22:39:42 -0700 Subject: [PATCH] Ran autogen --- autogen/lua_definitions/constants.lua | 2 +- src/pc/lua/smlua_constants_autogen.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 84078962d..d1d6d2425 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -11522,7 +11522,7 @@ MAX_LOCAL_VERSION_LENGTH = 12 MAX_VERSION_LENGTH = 10 --- @type integer -MINOR_VERSION_NUMBER = 0 +MINOR_VERSION_NUMBER = 1 --- @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 bf6469a6e..422513fe7 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4016,7 +4016,7 @@ char gSmluaConstants[] = "" "COOP_OBJ_FLAG_INITIALIZED = (1 << 3)\n" "VERSION_TEXT = 'beta'\n" "VERSION_NUMBER = 33\n" -"MINOR_VERSION_NUMBER = 0\n" +"MINOR_VERSION_NUMBER = 1\n" "PATCH_VERSION_NUMBER = 0\n" "MAX_VERSION_LENGTH = 10\n" "MAX_LOCAL_VERSION_LENGTH = 12\n"