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
@@ -383,12 +383,12 @@ bool SDKTools::ProcessCommandTarget(cmd_target_info_t *info)
return true;
}
const char *SDKTools::GetVersion()
const char *SDKTools::GetExtensionVerString()
{
return SM_FULL_VERSION;
}
const char *SDKTools::GetDate()
const char *SDKTools::GetExtensionDateString()
{
return SM_BUILD_TIMESTAMP;
}