From d819a55802ed934271bdbf33ce5c85c1bf1abd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Fri, 12 Mar 2004 09:49:49 +0000 Subject: [PATCH] version says 0.1 WON for won and 0.1 STEAM for steam --- dlls/cstrike/cstrike.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/cstrike/cstrike.h b/dlls/cstrike/cstrike.h index 52927593..6d0c4373 100755 --- a/dlls/cstrike/cstrike.h +++ b/dlls/cstrike/cstrike.h @@ -69,7 +69,7 @@ pfnmodule_engine_g* g_engModuleFunc; #if defined __cswonbuild__ #define VERSION "0.1 WON" // change both these versions #else -#define VERSION "0.1" // change both these versions +#define VERSION "0.1 STEAM" // change both these versions #endif // defined __cswonbuild__ #define URL "http://www.amxmodx.org" #define LOGTAG "AMXCS"