Fixed extension version reporting.

This commit is contained in:
David Anderson
2009-08-30 01:54:45 -07:00
parent 7ffcc176cd
commit 0a060982e3
22 changed files with 44 additions and 44 deletions
+2 -2
View File
@@ -76,12 +76,12 @@ void CurlExt::SDK_OnUnload()
curl_global_cleanup();
}
const char *CurlExt::GetVersion()
const char *CurlExt::GetExtensionVerString()
{
return SM_FULL_VERSION;
}
const char *CurlExt::GetDate()
const char *CurlExt::GetExtensionDateString()
{
return SM_BUILD_TIMESTAMP;
}
+2 -2
View File
@@ -81,8 +81,8 @@ public:
* @return True if working, false otherwise.
*/
//virtual bool QueryRunning(char *error, size_t maxlength);
const char *GetVersion();
const char *GetDate();
const char *GetExtensionVerString();
const char *GetExtensionDateString();
public:
#if defined SMEXT_CONF_METAMOD
/**