Release 1.2.4

This commit is contained in:
UnknownShadow200 2021-01-24 08:38:21 +11:00
parent dfdf1e150d
commit bec56df691
2 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ You can grab the latest stable binaries [from here](https://www.classicube.net/d
It **does not** work with 'modern/premium' Minecraft servers.
#### Requirements
* Windows: 2000 or later. (Windows 98 with KernelEx also *technically* works)
* Windows: 98 or later.
* macOS: macOS 10.5 or later. (Can be compiled to work with 10.3/10.4 though)
* Linux: libcurl and libopenal.

View file

@ -5,7 +5,7 @@
*/
#define GAME_MAX_CMDARGS 5
#define GAME_APP_VER "1.2.3"
#define GAME_APP_VER "1.2.4"
#define GAME_API_VER 1
#if defined CC_BUILD_WEB
@ -13,14 +13,14 @@
#define GAME_APP_NAME "ClassiCube web"
#define GAME_APP_TITLE "ClassiCube"
#elif defined CC_BUILD_COCOA
#define GAME_APP_NAME "ClassiCube 1.2.3 alpha"
#define GAME_APP_TITLE "ClassiCube 1.2.3 alpha"
#define GAME_APP_NAME "ClassiCube 1.2.4 alpha"
#define GAME_APP_TITLE "ClassiCube 1.2.4 alpha"
#elif defined CC_BUILD_ANDROID
#define GAME_APP_NAME "ClassiCube 1.2.3 android alpha"
#define GAME_APP_TITLE "ClassiCube 1.2.3 android alpha"
#define GAME_APP_NAME "ClassiCube 1.2.4 android alpha"
#define GAME_APP_TITLE "ClassiCube 1.2.4 android alpha"
#else
#define GAME_APP_NAME "ClassiCube 1.2.3"
#define GAME_APP_TITLE "ClassiCube 1.2.3"
#define GAME_APP_NAME "ClassiCube 1.2.4"
#define GAME_APP_TITLE "ClassiCube 1.2.4"
#endif
/* Max number of characters strings can have. */