Skip to content

Commit

Permalink
Bump netcode version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp committed Oct 30, 2010
1 parent d41a607 commit 33c2560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netplay/netplay.c
Expand Up @@ -166,9 +166,9 @@ unsigned NET_PlayerConnectionStatus[CONNECTIONSTATUS_NORMAL][MAX_PLAYERS];
** ie ("trunk", "2.1.3", "3.0", ...)
************************************************************************************
**/
char VersionString[VersionStringSize] = "master-20101030";
char VersionString[VersionStringSize] = "master, netcode 4.1004";
static int NETCODE_VERSION_MAJOR = 4;
static int NETCODE_VERSION_MINOR = 1003;
static int NETCODE_VERSION_MINOR = 1004;

bool NETisCorrectVersion(uint32_t game_version_major, uint32_t game_version_minor)
{
Expand Down

0 comments on commit 33c2560

Please sign in to comment.