File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 32
32
#ifndef _INCLUDE_SOURCEMOD_EXTENSION_CONFIG_H_
33
33
#define _INCLUDE_SOURCEMOD_EXTENSION_CONFIG_H_
34
34
35
+ #include <sourcemod_version.h>
36
+
35
37
/**
36
38
* @file smsdk_config.h
37
39
* @brief Contains macros for configuring basic extension information.
40
42
/* Basic information exposed publicly */
41
43
#define SMEXT_CONF_NAME "DHooks"
42
44
#define SMEXT_CONF_DESCRIPTION "Dynamic Hooks"
43
- #define SMEXT_CONF_VERSION "2.2.0-detours17"
44
- #define SMEXT_CONF_AUTHOR "Dr!fter and Peace-Maker "
45
- #define SMEXT_CONF_URL "http ://www.sourcemod.net/"
45
+ #define SMEXT_CONF_VERSION SOURCEMOD_VERSION
46
+ #define SMEXT_CONF_AUTHOR "AlliedModders LLC "
47
+ #define SMEXT_CONF_URL "https ://www.sourcemod.net/"
46
48
#define SMEXT_CONF_LOGTAG "DHOOKS"
47
49
#define SMEXT_CONF_LICENSE "GPL"
48
- #define SMEXT_CONF_DATESTRING __DATE__
50
+ #define SMEXT_CONF_DATESTRING SOURCEMOD_BUILD_TIME
49
51
50
52
/**
51
53
* @brief Exposes plugin's main interface.
You can’t perform that action at this time.
0 commit comments