Increment version

This commit is contained in:
Agent X 2025-01-11 15:16:07 -05:00
parent 450f21ff21
commit bc9273900f
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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