diff --git a/releases/3.2.0/cl_dlls/client.dll b/releases/3.2.0/cl_dlls/client.dll index 26692e68..a98edfc0 100644 Binary files a/releases/3.2.0/cl_dlls/client.dll and b/releases/3.2.0/cl_dlls/client.dll differ diff --git a/releases/3.2.0/dlls/ns.dll b/releases/3.2.0/dlls/ns.dll index 19e56bde..794532ca 100644 Binary files a/releases/3.2.0/dlls/ns.dll and b/releases/3.2.0/dlls/ns.dll differ diff --git a/releases/3.2.0/liblist.gam b/releases/3.2.0/liblist.gam index 460617e2..eb7a8354 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 566)" +game "Natural Selection 3.2 (Revision 572)" 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 292c0a47..e0104a41 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)) + "-566"; + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-572"; //memset(theGameVersion, 0, 1024); strcpy(theGameVersion, theGameVersionString.c_str());