mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Bump version to 0.2
This commit is contained in:
parent
bbf9cfb618
commit
9b67a74d93
3 changed files with 3 additions and 3 deletions
|
@ -12605,7 +12605,7 @@ MINOR_VERSION_NUMBER = 1
|
||||||
PATCH_VERSION_NUMBER = 0
|
PATCH_VERSION_NUMBER = 0
|
||||||
|
|
||||||
--- @type string
|
--- @type string
|
||||||
SM64COOPDX_VERSION = "0.1.5"
|
SM64COOPDX_VERSION = "0.2"
|
||||||
|
|
||||||
--- @type integer
|
--- @type integer
|
||||||
VERSION_NUMBER = 36
|
VERSION_NUMBER = 36
|
||||||
|
|
|
@ -4396,7 +4396,7 @@ 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 = '0.1.5'\n"
|
"SM64COOPDX_VERSION = '0.2'\n"
|
||||||
"VERSION_TEXT = 'beta'\n"
|
"VERSION_TEXT = 'beta'\n"
|
||||||
"VERSION_NUMBER = 36\n"
|
"VERSION_NUMBER = 36\n"
|
||||||
"MINOR_VERSION_NUMBER = 1\n"
|
"MINOR_VERSION_NUMBER = 1\n"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define SM64COOPDX_VERSION "0.1.5"
|
#define SM64COOPDX_VERSION "0.2"
|
||||||
|
|
||||||
#define VERSION_TEXT "beta"
|
#define VERSION_TEXT "beta"
|
||||||
#define VERSION_NUMBER 36
|
#define VERSION_NUMBER 36
|
||||||
|
|
Loading…
Reference in a new issue