From e6a84801d28436afc2a97e76a0e57d935fd587fd Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 8 Jul 2008 21:16:31 +0000 Subject: [PATCH] Bumped IForwardSys --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402387 --- public/IForwardSys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/IForwardSys.h b/public/IForwardSys.h index cd9bbb19..a9a8c935 100644 --- a/public/IForwardSys.h +++ b/public/IForwardSys.h @@ -50,7 +50,7 @@ using namespace SourcePawn; #define SMINTERFACE_FORWARDMANAGER_NAME "IForwardManager" -#define SMINTERFACE_FORWARDMANAGER_VERSION 2 +#define SMINTERFACE_FORWARDMANAGER_VERSION 3 /* * There is some very important documentation at the bottom of this file.