Build 12, added SILENT flag to entities, closes #3052

This commit is contained in:
Shoghi Cervantes
2015-05-21 11:40:05 +02:00
parent 8d4abe2f39
commit 36ddbf286d
2 changed files with 7 additions and 3 deletions

View File

@ -74,8 +74,8 @@ namespace pocketmine {
const VERSION = "1.5dev";
const API_VERSION = "1.12.0";
const CODENAME = "活発(Kappatsu)フグ(Fugu)";
const MINECRAFT_VERSION = "v0.11.0 alpha build 11";
const MINECRAFT_VERSION_NETWORK = "0.11.0.11";
const MINECRAFT_VERSION = "v0.11.0 alpha build 12";
const MINECRAFT_VERSION_NETWORK = "0.11.0.12";
/*
* Startup code. Do not look at it, it may harm you.