o Build 585

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@584 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-08-26 16:22:31 +00:00
parent 9436d991b1
commit 58b0daa47c
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -2,7 +2,7 @@
// Natural Selection //
// by Charlie Cleveland //
////////////////////////////
game "Natural Selection 3.2 (Revision 572)"
game "Natural Selection 3.2 (Revision 585)"
developer "Unknown Worlds Entertainment"
developer_url "http://www.unknownworlds.com/ns/"
url_info "http://www.unknownworlds.com/ns/"

View file

@ -190,7 +190,7 @@ char* AvHSUGetGameVersionString()
string theGameVersionString;
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-572";
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-585";
//memset(theGameVersion, 0, 1024);
strcpy(theGameVersion, theGameVersionString.c_str());