(svn r25001) -Change: heading for 1.4 now

This commit is contained in:
rubidium
2013-02-14 18:58:04 +00:00
parent abb66d3b4f
commit c8661de6be
9 changed files with 31 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
*/
static bool CheckAPIVersion(const char *api_version)
{
return strcmp(api_version, "1.2") == 0 || strcmp(api_version, "1.3") == 0;
return strcmp(api_version, "1.2") == 0 || strcmp(api_version, "1.3") == 0 || strcmp(api_version, "1.4") == 0;
}
#if defined(WIN32)