Bump version to v1.4.1

This commit is contained in:
Agent X 2025-12-22 15:12:21 -05:00
parent 6be5c6f619
commit 8e723c4987
3 changed files with 6 additions and 6 deletions

View file

@ -11170,7 +11170,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2)
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
--- @type string
SM64COOPDX_VERSION = "v1.4"
SM64COOPDX_VERSION = "v1.4.1"
--- @type string
VERSION_TEXT = "v"
@ -11179,7 +11179,7 @@ VERSION_TEXT = "v"
VERSION_NUMBER = 41
--- @type integer
MINOR_VERSION_NUMBER = 0
MINOR_VERSION_NUMBER = 1
--- @type string
GAME_NAME = "sm64coopdx"

View file

@ -4625,10 +4625,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.4'\n"
"SM64COOPDX_VERSION='v1.4.1'\n"
"VERSION_TEXT='v'\n"
"VERSION_NUMBER=41\n"
"MINOR_VERSION_NUMBER=0\n"
"MINOR_VERSION_NUMBER=1\n"
"GAME_NAME='sm64coopdx'\n"
"WINDOW_NAME='Super Mario 64 Coop Deluxe'\n"
"MAX_VERSION_LENGTH=128\n"

View file

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