Skip to content

Commit

Permalink
Update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Meridian59 committed Jun 24, 2013
1 parent 41ffbb5 commit d3be216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientd3d/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef unsigned char Bool;
enum {False = 0, True = 1};

#define MAJOR_REV 7 /* Major version of client program */
#define MINOR_REV 12 /* Minor version of client program; must be in [0, 99] */
#define MINOR_REV 13 /* Minor version of client program; must be in [0, 99] */

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

0 comments on commit d3be216

Please sign in to comment.