From 92b7eb72e68e5ba9b1873707ac68f5477d1c42c3 Mon Sep 17 00:00:00 2001 From: tankefugl Date: Wed, 3 Aug 2005 21:41:43 +0000 Subject: [PATCH] Updated revision version numbers for CM testing. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@324 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 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());