mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 07:32:07 -05:00
Increment version
This commit is contained in:
parent
450f21ff21
commit
bc9273900f
3 changed files with 6 additions and 6 deletions
|
@ -12514,10 +12514,10 @@ SPTASK_STATE_FINISHED_DP = 4
|
|||
MAX_VERSION_LENGTH = 32
|
||||
|
||||
--- @type integer
|
||||
MINOR_VERSION_NUMBER = 0
|
||||
MINOR_VERSION_NUMBER = 1
|
||||
|
||||
--- @type string
|
||||
SM64COOPDX_VERSION = "v1.1"
|
||||
SM64COOPDX_VERSION = "v1.1.1"
|
||||
|
||||
--- @type integer
|
||||
VERSION_NUMBER = 38
|
||||
|
|
|
@ -4318,10 +4318,10 @@ 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.1'\n"
|
||||
"SM64COOPDX_VERSION = 'v1.1.1'\n"
|
||||
"VERSION_TEXT = 'v'\n"
|
||||
"VERSION_NUMBER = 38\n"
|
||||
"MINOR_VERSION_NUMBER = 0\n"
|
||||
"MINOR_VERSION_NUMBER = 1\n"
|
||||
"VERSION_REGION = 'JP'\n"
|
||||
"VERSION_REGION = 'EU'\n"
|
||||
"VERSION_REGION = 'SH'\n"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define SM64COOPDX_VERSION "v1.1"
|
||||
#define SM64COOPDX_VERSION "v1.1.1"
|
||||
|
||||
// internal version
|
||||
#define VERSION_TEXT "v"
|
||||
#define VERSION_NUMBER 38
|
||||
#define MINOR_VERSION_NUMBER 0
|
||||
#define MINOR_VERSION_NUMBER 1
|
||||
|
||||
#if defined(VERSION_JP)
|
||||
#define VERSION_REGION "JP"
|
||||
|
|
Loading…
Reference in a new issue