Skip to content

Commit

Permalink
bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 9, 2019
1 parent 2ed9197 commit 5b8c8fd
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 @@ -5,15 +5,15 @@
*/

#define GAME_MAX_CMDARGS 5
#define GAME_APP_VER "1.0.2"
#define GAME_APP_VER "1.0.3"
#define GAME_API_VER 1

#ifdef CC_BUILD_WEB
#define GAME_APP_NAME "ClassiCube web client"
#define GAME_APP_TITLE "ClassiCube"
#else
#define GAME_APP_NAME "ClassiCube 1.0.2 beta"
#define GAME_APP_TITLE "ClassiCube 1.0.2 beta"
#define GAME_APP_NAME "ClassiCube 1.0.3 beta"
#define GAME_APP_TITLE "ClassiCube 1.0.3 beta"
#endif

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

0 comments on commit 5b8c8fd

Please sign in to comment.