Bump version
Some checks are pending
Build coop / build-ubuntu (push) Waiting to run
Build coop / build-windows (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This commit is contained in:
Agent X 2025-04-10 16:55:27 -04:00
parent d3696a3745
commit 490939bc95
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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"
; ;

View file

@ -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"