diff --git a/releases/3.1/liblist.gam b/releases/3.1/liblist.gam index 7d09f00b..d763bc35 100644 --- a/releases/3.1/liblist.gam +++ b/releases/3.1/liblist.gam @@ -2,7 +2,7 @@ // Natural Selection // // by Charlie Cleveland // //////////////////////////// -game "Natural Selection 3.1 (PT build 325)" +game "Natural Selection 3.1 (PT build 328)" url_info "http://www.unknownworlds.com/ns/" url_dl "http://www.unknownworlds.com/ns/view?action=files" version "v3.0" diff --git a/releases/3.1/source/mod/AvHServerUtil.cpp b/releases/3.1/source/mod/AvHServerUtil.cpp index 130206f0..f678f221 100644 --- a/releases/3.1/source/mod/AvHServerUtil.cpp +++ b/releases/3.1/source/mod/AvHServerUtil.cpp @@ -189,7 +189,7 @@ char* AvHSUGetGameVersionString() string theGameVersionString; - theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-325"; + theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-328"; //memset(theGameVersion, 0, 1024); strcpy(theGameVersion, theGameVersionString.c_str());