Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GarAdminTools committed Feb 26, 2017
1 parent 0675313 commit 732222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientd3d/client.h
Expand Up @@ -48,7 +48,7 @@ typedef unsigned char Bool;
enum {False = 0, True = 1};

#define MAJOR_REV 50 /* Major version of client program */
#define MINOR_REV 35 /* Minor version of client program; must be in [0, 99] */
#define MINOR_REV 36 /* Minor version of client program; must be in [0, 99] */

#define MAXAMOUNT 9 /* Max # of digits in a server integer */
#define MAXSTRINGLEN 512 /* Max length of a string loaded from string table */
Expand Down

0 comments on commit 732222a

Please sign in to comment.