Bumped API version to 1.2.0 (backwards-compatible changes, related to level formats)

This commit is contained in:
Shoghi Cervantes 2014-07-29 18:55:27 +02:00
parent afe44e6c6f
commit ce018fd7c8

View File

@ -74,7 +74,7 @@ namespace pocketmine {
use raklib\RakLib;
const VERSION = "Alpha_1.4dev";
const API_VERSION = "1.1.0";
const API_VERSION = "1.2.0";
const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
const MINECRAFT_VERSION = "v0.9.5 alpha";
const PHP_VERSION = "5.5";