Skip to content

Commit

Permalink
Bump version # for beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Oct 31, 2010
1 parent 54646f0 commit 4988655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netplay/netplay.c
Expand Up @@ -255,9 +255,9 @@ extern LOBBY_ERROR_TYPES LobbyError; // from src/multiint.c
** ie ("trunk", "2.1.3", ...)
************************************************************************************
**/
char VersionString[VersionStringSize] = "pre 3.0-2"; // used for display in the lobby, not the actual version check
char VersionString[VersionStringSize] = "3.0 beta 2"; // used for display in the lobby, not the actual version check
static int NETCODE_VERSION_MAJOR = 3; // major netcode version, used for compatibility check
static int NETCODE_VERSION_MINOR = 0; // minor netcode version, used for compatibility check
static int NETCODE_VERSION_MINOR = 2; // minor netcode version, used for compatibility check
static int NETCODE_HASH = 0; // unused for now

static int checkSockets(const SocketSet* set, unsigned int timeout);
Expand Down

0 comments on commit 4988655

Please sign in to comment.