forgot to run autogen [build]
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled

This commit is contained in:
Isaac0-dev 2026-03-20 16:49:29 +10:00
parent 111b2e7ea5
commit fb8fbd1136
2 changed files with 2 additions and 2 deletions

View file

@ -11266,7 +11266,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2)
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
--- @type string
SM64COOPDX_VERSION = "v1.4.1"
SM64COOPDX_VERSION = "v1.4.2"
--- @type string
VERSION_TEXT = "v"

View file

@ -4687,7 +4687,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='v1.4.1'\n"
"SM64COOPDX_VERSION='v1.4.2'\n"
"VERSION_TEXT='v'\n"
"VERSION_NUMBER=41\n"
"MINOR_VERSION_NUMBER=1\n"