Fixed extension version reporting.
This commit is contained in:
@@ -68,12 +68,12 @@ void GeoIP_Extension::SDK_OnUnload()
|
||||
gi = NULL;
|
||||
}
|
||||
|
||||
const char *GeoIP_Extension::GetVersion()
|
||||
const char *GeoIP_Extension::GetExtensionVerString()
|
||||
{
|
||||
return SM_FULL_VERSION;
|
||||
}
|
||||
|
||||
const char *GeoIP_Extension::GetDate()
|
||||
const char *GeoIP_Extension::GetExtensionDateString()
|
||||
{
|
||||
return SM_BUILD_TIMESTAMP;
|
||||
}
|
||||
|
||||
@@ -62,8 +62,8 @@ public:
|
||||
*/
|
||||
virtual void SDK_OnUnload();
|
||||
|
||||
const char *GetVersion();
|
||||
const char *GetDate();
|
||||
const char *GetExtensionVerString();
|
||||
const char *GetExtensionDateString();
|
||||
|
||||
/**
|
||||
* @brief This is called once all known extensions have been loaded.
|
||||
|
||||
Reference in New Issue
Block a user