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
@@ -72,12 +72,12 @@ size_t UTIL_Format(char *buffer, size_t maxlength, const char *fmt, ...)
}
}
const char *SqliteExt::GetVersion()
const char *SqliteExt::GetExtensionVerString()
{
return SM_FULL_VERSION;
}
const char *SqliteExt::GetDate()
const char *SqliteExt::GetExtensionDateString()
{
return SM_BUILD_TIMESTAMP;
}
+2 -2
View File
@@ -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.