Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2019-04-25 15:27:13 +01:00
20 changed files with 722 additions and 307 deletions

View File

@ -36,10 +36,7 @@ namespace pocketmine {
use pocketmine\utils\VersionString;
use pocketmine\wizard\SetupWizard;
const NAME = "PocketMine-MP";
const BASE_VERSION = "4.0.0";
const IS_DEVELOPMENT_BUILD = true;
const BUILD_NUMBER = 0;
require_once __DIR__ . '/VersionInfo.php';
const MIN_PHP_VERSION = "7.2.0";