diff --git a/releases/3.1/liblist.gam b/releases/3.1/liblist.gam index 1aa8f8e..7d09f00 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 318)" +game "Natural Selection 3.1 (PT build 325)" 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 a504945..130206f 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)); + theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-325"; //memset(theGameVersion, 0, 1024); strcpy(theGameVersion, theGameVersionString.c_str());