(svn r27192) -Change: heading for 1.6 now

This commit is contained in:
frosch
2015-03-17 20:33:44 +00:00
parent 5b1632f4aa
commit 2edbc72ebd
15 changed files with 41 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ static bool CheckAPIVersion(const char *api_version)
{
return strcmp(api_version, "0.7") == 0 || strcmp(api_version, "1.0") == 0 || strcmp(api_version, "1.1") == 0 ||
strcmp(api_version, "1.2") == 0 || strcmp(api_version, "1.3") == 0 || strcmp(api_version, "1.4") == 0 ||
strcmp(api_version, "1.5") == 0;
strcmp(api_version, "1.5") == 0 || strcmp(api_version, "1.6");
}
#if defined(WIN32)