Fix
Some checks failed
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
Build coop / build-linux (push) Has been cancelled

This commit is contained in:
Agent X 2025-07-17 15:41:55 -04:00
parent 74115c2aac
commit b76985eb64
3 changed files with 3 additions and 3 deletions

View file

@ -11119,7 +11119,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2)
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
--- @type string
SM64COOPDX_VERSION = "v1.4.0"
SM64COOPDX_VERSION = "v1.4"
--- @type string
VERSION_TEXT = "v"

View file

@ -4602,7 +4602,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.0'\n"
"SM64COOPDX_VERSION='v1.4'\n"
"VERSION_TEXT='v'\n"
"VERSION_NUMBER=41\n"
"MINOR_VERSION_NUMBER=0\n"

View file

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