[build] Increment version to 1.3

This commit is contained in:
Agent X 2025-03-27 17:13:14 -04:00
parent 05ef720028
commit c0e547e2d1
3 changed files with 9 additions and 9 deletions

View file

@ -11836,13 +11836,13 @@ SPTASK_STATE_FINISHED_DP = 4 --- @type SpTaskState
MAX_VERSION_LENGTH = 128
--- @type integer
MINOR_VERSION_NUMBER = 1
MINOR_VERSION_NUMBER = 0
--- @type string
SM64COOPDX_VERSION = "v1.2.1"
SM64COOPDX_VERSION = "v1.3"
--- @type integer
VERSION_NUMBER = 39
VERSION_NUMBER = 40
--- @type string
VERSION_TEXT = "v"

View file

@ -4736,9 +4736,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.2.1'\n"
"SM64COOPDX_VERSION='v1.3'\n"
"VERSION_TEXT='v'\n"
"VERSION_NUMBER=39\n"
"MINOR_VERSION_NUMBER=1\n"
"VERSION_NUMBER=40\n"
"MINOR_VERSION_NUMBER=0\n"
"MAX_VERSION_LENGTH=128\n"
;

View file

@ -1,12 +1,12 @@
#ifndef VERSION_H
#define VERSION_H
#define SM64COOPDX_VERSION "v1.2.1"
#define SM64COOPDX_VERSION "v1.3"
// internal version
#define VERSION_TEXT "v"
#define VERSION_NUMBER 39
#define MINOR_VERSION_NUMBER 1
#define VERSION_NUMBER 40
#define MINOR_VERSION_NUMBER 0
#if defined(VERSION_JP)
#define VERSION_REGION "JP"