Bump netcode's NETCODE_VERSION_MINOR to sync with new testing build.

master
buginator 2010-11-14 22:38:20 -05:00
parent 341d4d3bf8
commit df83ed0caa
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{