mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-19 14:32:28 +00:00
bump version
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
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:
parent
9c28364d81
commit
a6cd005565
3 changed files with 9 additions and 9 deletions
|
|
@ -11110,16 +11110,16 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2)
|
|||
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
|
||||
|
||||
--- @type string
|
||||
SM64COOPDX_VERSION = "v1.3.2"
|
||||
SM64COOPDX_VERSION = "v1.4.0"
|
||||
|
||||
--- @type string
|
||||
VERSION_TEXT = "v"
|
||||
|
||||
--- @type integer
|
||||
VERSION_NUMBER = 40
|
||||
VERSION_NUMBER = 41
|
||||
|
||||
--- @type integer
|
||||
MINOR_VERSION_NUMBER = 2
|
||||
MINOR_VERSION_NUMBER = 0
|
||||
|
||||
--- @type integer
|
||||
MAX_VERSION_LENGTH = 128
|
||||
|
|
|
|||
|
|
@ -4595,9 +4595,9 @@ 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.3.2'\n"
|
||||
"SM64COOPDX_VERSION='v1.4.0'\n"
|
||||
"VERSION_TEXT='v'\n"
|
||||
"VERSION_NUMBER=40\n"
|
||||
"MINOR_VERSION_NUMBER=2\n"
|
||||
"VERSION_NUMBER=41\n"
|
||||
"MINOR_VERSION_NUMBER=0\n"
|
||||
"MAX_VERSION_LENGTH=128\n"
|
||||
;
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define SM64COOPDX_VERSION "v1.3.2"
|
||||
#define SM64COOPDX_VERSION "v1.4.0"
|
||||
|
||||
// internal version
|
||||
#define VERSION_TEXT "v"
|
||||
#define VERSION_NUMBER 40
|
||||
#define MINOR_VERSION_NUMBER 2
|
||||
#define VERSION_NUMBER 41
|
||||
#define MINOR_VERSION_NUMBER 0
|
||||
|
||||
#if defined(VERSION_JP)
|
||||
#define VERSION_REGION "JP"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue