Reset version string back to "trunk", accidentally changed in r7079.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7315 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-05-03 21:51:06 +00:00 committed by Git SVN Gateway
parent cb32aca203
commit 967b1bcb74
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ static bool playerPasswordFlag[MAX_PLAYERS] = {false}; // we kick on false
** ie ("trunk", "2.1.3", ...)
************************************************************************************
**/
char VersionString[VersionStringSize] = "2.2";
char VersionString[VersionStringSize] = "trunk";
static int NETCODE_VERSION_MAJOR = 2; // unused for now
static int NETCODE_VERSION_MINOR = 2; // unused for now
static int NUMBER_OF_MODS = 0; // unused for now