diff --git a/releases/3.2.0/cl_dlls/client.dll b/releases/3.2.0/cl_dlls/client.dll index 2877647b..a4c2d03f 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 f5b68850..782caa4e 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 a1c8f8e1..a499cc26 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 486)" +game "Natural Selection 3.2 (Revision 522)" url_info "http://www.unknownworlds.com/ns/" url_dl "http://www.unknownworlds.com/ns/view?action=files" icon "ns" diff --git a/releases/3.2.0/source/mod/AvHServerUtil.cpp b/releases/3.2.0/source/mod/AvHServerUtil.cpp index 13524eec..dbcda5e4 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)) + "-513"; + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-523"; //memset(theGameVersion, 0, 1024); strcpy(theGameVersion, theGameVersionString.c_str());