Skip to content

Commit

Permalink
Updated Version of ClassiCube-PPC
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiixe committed Nov 19, 2024
1 parent b22b6c2 commit 8bd1674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Copyright 2014-2023 ClassiCube | Licensed under BSD-3
*/

#define GAME_MAX_CMDARGS 5
#define GAME_APP_VER "1.3.7rev2-PPC"
#define GAME_APP_VER "1.3.7rev3-PPC"
#define GAME_API_VER 1

#if defined CC_BUILD_WEB
#define GAME_APP_ALT "ClassiCube 1.3.7 web mobile"
#define GAME_APP_NAME "ClassiCube 1.3.7 web"
#define GAME_APP_TITLE "ClassiCube-PPC"
#else
#define GAME_APP_NAME "ClassiCube 1.3.7rev2-PPC"
#define GAME_APP_TITLE "ClassiCube 1.3.7rev2-PPC"
#define GAME_APP_NAME "ClassiCube 1.3.7rev3-PPC"
#define GAME_APP_TITLE "ClassiCube 1.3.7rev3-PPC"
#endif

/* Max number of characters strings can have. */
Expand Down

0 comments on commit 8bd1674

Please sign in to comment.