1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-01 13:24:25 +01:00

bumped version number for sourcehook v5

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40398
This commit is contained in:
David Anderson 2007-05-16 03:53:23 +00:00
parent ca753a414a
commit 3ba6a05273
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@
* 8: New SourceHook version (2005-12-23)
* New ISmmAPI additions
* 9: New ISmmPluginManager additions
* C 10: Added VSP listen functions to ISmmAPI and IMetamodListener (2007-02-09)
* 10: Added VSP listen functions to ISmmAPI and IMetamodListener (2007-02-09)
* C 11: New SourceHook version V5 (May, 2007)
*/
#define PLAPI_MIN_VERSION 7

View File

@ -20,7 +20,7 @@
#include <sourcehook/sourcehook.h>
#include "ISmmAPI.h"
#define PLAPI_VERSION 10
#define PLAPI_VERSION 11
#define PLAPI_NAME "ISmmPlugin"
class ISmmAPI;