bump version

This commit is contained in:
Isaac0-dev 2025-02-15 08:08:41 +10:00
parent ff09a2d724
commit cd5b5f9934
3 changed files with 3 additions and 3 deletions

View file

@ -12523,7 +12523,7 @@ MAX_VERSION_LENGTH = 32
MINOR_VERSION_NUMBER = 1 MINOR_VERSION_NUMBER = 1
--- @type string --- @type string
SM64COOPDX_VERSION = "v1.2.0" SM64COOPDX_VERSION = "v1.2.1"
--- @type integer --- @type integer
VERSION_NUMBER = 38 VERSION_NUMBER = 38

View file

@ -4320,7 +4320,7 @@ char gSmluaConstants[] = ""
"COOP_OBJ_FLAG_LUA = (1 << 1)\n" "COOP_OBJ_FLAG_LUA = (1 << 1)\n"
"COOP_OBJ_FLAG_NON_SYNC = (1 << 2)\n" "COOP_OBJ_FLAG_NON_SYNC = (1 << 2)\n"
"COOP_OBJ_FLAG_INITIALIZED = (1 << 3)\n" "COOP_OBJ_FLAG_INITIALIZED = (1 << 3)\n"
"SM64COOPDX_VERSION = 'v1.2.0'\n" "SM64COOPDX_VERSION = 'v1.2.1'\n"
"VERSION_TEXT = 'v'\n" "VERSION_TEXT = 'v'\n"
"VERSION_NUMBER = 38\n" "VERSION_NUMBER = 38\n"
"MINOR_VERSION_NUMBER = 1\n" "MINOR_VERSION_NUMBER = 1\n"

View file

@ -1,7 +1,7 @@
#ifndef VERSION_H #ifndef VERSION_H
#define VERSION_H #define VERSION_H
#define SM64COOPDX_VERSION "v1.2.0" #define SM64COOPDX_VERSION "v1.2.1"
// internal version // internal version
#define VERSION_TEXT "v" #define VERSION_TEXT "v"