From 6cdb1a450375bf04a06584d191c08336abb2dcd2 Mon Sep 17 00:00:00 2001 From: tankefugl Date: Wed, 3 Aug 2005 21:49:55 +0000 Subject: [PATCH] Updated revision version numbers for CM testing, again. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@326 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.1/liblist.gam | 2 +- releases/3.1/source/mod/AvHServerUtil.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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());