(svn r18622) -Merge: release changes

This commit is contained in:
rubidium
2009-12-23 23:09:47 +00:00
parent fded7ef853
commit 3bafba18c3
13 changed files with 213 additions and 31 deletions

View File

@@ -53,7 +53,7 @@ AILibrary::~AILibrary()
static bool CheckAPIVersion(const char *api_version)
{
return strcmp(api_version, "0.7") == 0 || strcmp(api_version, "0.8") == 0;
return strcmp(api_version, "0.7") == 0 || strcmp(api_version, "1.0") == 0;
}
/* static */ SQInteger AIInfo::Constructor(HSQUIRRELVM vm)