mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-26 14:30:56 +00:00
updated linux server
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@256 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
8dc6f19661
commit
c42342a3df
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -290,7 +290,7 @@ char* AvHSUGetGameVersionString()
|
|||
|
||||
theGameVersionString = "v" + MakeStringFromInt(BALANCE_IVAR(kGameVersionMajor))
|
||||
+ "." + MakeStringFromInt(BALANCE_IVAR(kGameVersionMinor))
|
||||
+ "." + MakeStringFromInt(BALANCE_IVAR(kGameVersionRevision)) + "-RC2";
|
||||
+ "." + MakeStringFromInt(BALANCE_IVAR(kGameVersionRevision));
|
||||
|
||||
// Add letter on for beta builds
|
||||
//#ifdef AVH_SECURE_PRERELEASE_BUILD
|
||||
|
|
Loading…
Reference in a new issue