diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 0b08db0ee..19e09fe65 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -11292,16 +11292,16 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2) COOP_OBJ_FLAG_INITIALIZED = (1 << 3) --- @type string -SM64COOPDX_VERSION = "v1.4.2" +SM64COOPDX_VERSION = "v1.5" --- @type string VERSION_TEXT = "v" --- @type integer -VERSION_NUMBER = 41 +VERSION_NUMBER = 42 --- @type integer -MINOR_VERSION_NUMBER = 1 +MINOR_VERSION_NUMBER = 0 --- @type string GAME_NAME = "sm64coopdx" diff --git a/lang/English.ini b/lang/English.ini index e6f82b0cb..6e4499d10 100644 --- a/lang/English.ini +++ b/lang/English.ini @@ -135,12 +135,12 @@ C_RIGHT = "C-Right" ANALOG_STICK_OPTIONS = "Analog Stick Options" -ROTATE_LEFT = "Rotate Left Stick 90 degrees" -INVERT_LEFT_X = "Invert Left Stick X axis" -INVERT_LEFT_Y = "Invert Left Stick Y axis" -ROTATE_RIGHT = "Rotate Right Stick 90 degrees" -INVERT_RIGHT_X = "Invert Right Stick X axis" -INVERT_RIGHT_Y = "Invert Right Stick Y axis" +ROTATE_LEFT = "Rotate Left Stick 90 Degrees" +INVERT_LEFT_X = "Invert Left Stick X Axis" +INVERT_LEFT_Y = "Invert Left Stick Y Axis" +ROTATE_RIGHT = "Rotate Right Stick 90 Degrees" +INVERT_RIGHT_X = "Invert Right Stick X Axis" +INVERT_RIGHT_Y = "Invert Right Stick Y Axis" [DISPLAY] DISPLAY = "DISPLAY" diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index 95e660f78..e1f52ed7a 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4696,10 +4696,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.2'\n" +"SM64COOPDX_VERSION='v1.5'\n" "VERSION_TEXT='v'\n" -"VERSION_NUMBER=41\n" -"MINOR_VERSION_NUMBER=1\n" +"VERSION_NUMBER=42\n" +"MINOR_VERSION_NUMBER=0\n" "GAME_NAME='sm64coopdx'\n" "WINDOW_NAME='Super Mario 64 Coop Deluxe'\n" "MAX_VERSION_LENGTH=128\n" diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 9bda5050c..7086ab18a 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -1,12 +1,12 @@ #ifndef VERSION_H #define VERSION_H -#define SM64COOPDX_VERSION "v1.4.2" +#define SM64COOPDX_VERSION "v1.5" // internal version #define VERSION_TEXT "v" -#define VERSION_NUMBER 41 -#define MINOR_VERSION_NUMBER 1 +#define VERSION_NUMBER 42 +#define MINOR_VERSION_NUMBER 0 #if defined(VERSION_JP) #define VERSION_REGION "JP"