mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
o build 557 ( windows )
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@556 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
0cd4983b6a
commit
64cf39c562
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// Natural Selection //
|
||||
// by Charlie Cleveland //
|
||||
////////////////////////////
|
||||
game "Natural Selection 3.2 (Revision 552)"
|
||||
game "Natural Selection 3.2 (Revision 557)"
|
||||
developer "Unknown Worlds Entertainment"
|
||||
developer_url "http://www.unknownworlds.com/ns/"
|
||||
url_info "http://www.unknownworlds.com/ns/"
|
||||
|
|
|
@ -190,7 +190,7 @@ char* AvHSUGetGameVersionString()
|
|||
string theGameVersionString;
|
||||
|
||||
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
|
||||
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-552";
|
||||
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-557";
|
||||
|
||||
//memset(theGameVersion, 0, 1024);
|
||||
strcpy(theGameVersion, theGameVersionString.c_str());
|
||||
|
|
Loading…
Reference in a new issue