Skip to content

Commit

Permalink
Bump ASYNC_PROTOCOL_MINOR
Browse files Browse the repository at this point in the history
Due to changed protocol we're not compatible anymore.
  • Loading branch information
dhewg committed Jul 4, 2012
1 parent 7620131 commit 20aaba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neo/framework/BuildDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ DOOM III gold: 33
1.2 XP: 36-39
1.3 patch: 40
1.3.1: 41
dhewm WIP 42
*/
#define ASYNC_PROTOCOL_MINOR (41)
#define ASYNC_PROTOCOL_MINOR (42)
#define ASYNC_PROTOCOL_VERSION (( ASYNC_PROTOCOL_MAJOR << 16 ) + ASYNC_PROTOCOL_MINOR)

#define MAX_ASYNC_CLIENTS (32)
Expand Down

0 comments on commit 20aaba2

Please sign in to comment.