Skip to content

Commit

Permalink
Bump netcode's NETCODE_VERSION_MINOR to sync with new testing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Nov 15, 2010
1 parent 341d4d3 commit df83ed0
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, netcode 4.1005";
char VersionString[VersionStringSize] = "master, netcode 4.1007";
static int NETCODE_VERSION_MAJOR = 4;
static int NETCODE_VERSION_MINOR = 1005;
static int NETCODE_VERSION_MINOR = 1007;

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

0 comments on commit df83ed0

Please sign in to comment.