mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +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)
|
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
|
||||||
|
|
||||||
--- @type string
|
--- @type string
|
||||||
SM64COOPDX_VERSION = "v1.3.2"
|
SM64COOPDX_VERSION = "v1.4.0"
|
||||||
|
|
||||||
--- @type string
|
--- @type string
|
||||||
VERSION_TEXT = "v"
|
VERSION_TEXT = "v"
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
VERSION_NUMBER = 40
|
VERSION_NUMBER = 41
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
MINOR_VERSION_NUMBER = 2
|
MINOR_VERSION_NUMBER = 0
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
MAX_VERSION_LENGTH = 128
|
MAX_VERSION_LENGTH = 128
|
||||||
|
|
|
||||||
|
|
@ -4595,9 +4595,9 @@ 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.3.2'\n"
|
"SM64COOPDX_VERSION='v1.4.0'\n"
|
||||||
"VERSION_TEXT='v'\n"
|
"VERSION_TEXT='v'\n"
|
||||||
"VERSION_NUMBER=40\n"
|
"VERSION_NUMBER=41\n"
|
||||||
"MINOR_VERSION_NUMBER=2\n"
|
"MINOR_VERSION_NUMBER=0\n"
|
||||||
"MAX_VERSION_LENGTH=128\n"
|
"MAX_VERSION_LENGTH=128\n"
|
||||||
;
|
;
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define SM64COOPDX_VERSION "v1.3.2"
|
#define SM64COOPDX_VERSION "v1.4.0"
|
||||||
|
|
||||||
// internal version
|
// internal version
|
||||||
#define VERSION_TEXT "v"
|
#define VERSION_TEXT "v"
|
||||||
#define VERSION_NUMBER 40
|
#define VERSION_NUMBER 41
|
||||||
#define MINOR_VERSION_NUMBER 2
|
#define MINOR_VERSION_NUMBER 0
|
||||||
|
|
||||||
#if defined(VERSION_JP)
|
#if defined(VERSION_JP)
|
||||||
#define VERSION_REGION "JP"
|
#define VERSION_REGION "JP"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue