From 64cf39c5622d114b785a4260d355e4a62045c9de Mon Sep 17 00:00:00 2001 From: puzl Date: Sun, 30 Jul 2006 12:10:24 +0000 Subject: [PATCH] o build 557 ( windows ) git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@556 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/liblist.gam | 2 +- releases/3.2.0/source/mod/AvHServerUtil.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/3.2.0/liblist.gam b/releases/3.2.0/liblist.gam index eb616fab..6edf9b51 100644 --- a/releases/3.2.0/liblist.gam +++ b/releases/3.2.0/liblist.gam @@ -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/" diff --git a/releases/3.2.0/source/mod/AvHServerUtil.cpp b/releases/3.2.0/source/mod/AvHServerUtil.cpp index 3af47366..923d2f8a 100644 --- a/releases/3.2.0/source/mod/AvHServerUtil.cpp +++ b/releases/3.2.0/source/mod/AvHServerUtil.cpp @@ -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());