mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Bump version
This commit is contained in:
parent
d3696a3745
commit
490939bc95
3 changed files with 7 additions and 7 deletions
|
|
@ -11859,7 +11859,7 @@ 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"
|
SM64COOPDX_VERSION = "v1.3.1"
|
||||||
|
|
||||||
--- @type string
|
--- @type string
|
||||||
VERSION_TEXT = "v"
|
VERSION_TEXT = "v"
|
||||||
|
|
@ -11868,7 +11868,7 @@ VERSION_TEXT = "v"
|
||||||
VERSION_NUMBER = 40
|
VERSION_NUMBER = 40
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
MINOR_VERSION_NUMBER = 0
|
MINOR_VERSION_NUMBER = 1
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
MAX_VERSION_LENGTH = 128
|
MAX_VERSION_LENGTH = 128
|
||||||
|
|
|
||||||
|
|
@ -4745,9 +4745,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'\n"
|
"SM64COOPDX_VERSION='v1.3.1'\n"
|
||||||
"VERSION_TEXT='v'\n"
|
"VERSION_TEXT='v'\n"
|
||||||
"VERSION_NUMBER=40\n"
|
"VERSION_NUMBER=40\n"
|
||||||
"MINOR_VERSION_NUMBER=0\n"
|
"MINOR_VERSION_NUMBER=1\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"
|
#define SM64COOPDX_VERSION "v1.3.1"
|
||||||
|
|
||||||
// internal version
|
// internal version
|
||||||
#define VERSION_TEXT "v"
|
#define VERSION_TEXT "v"
|
||||||
#define VERSION_NUMBER 40
|
#define VERSION_NUMBER 40
|
||||||
#define MINOR_VERSION_NUMBER 0
|
#define MINOR_VERSION_NUMBER 1
|
||||||
|
|
||||||
#if defined(VERSION_JP)
|
#if defined(VERSION_JP)
|
||||||
#define VERSION_REGION "JP"
|
#define VERSION_REGION "JP"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue