Release 4.0.0-BETA1

This commit is contained in:
Dylan K. Taylor 2021-09-07 14:19:29 +01:00
parent 57e2b16139
commit 210b9c7b75
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 14 additions and 4 deletions

View File

@ -1,7 +1,17 @@
# 4.0.0-SNAPSHOT-1907XX (2019-07-XX)
# 4.0.0-BETA1
Released 7th September 2021.
This major version features substantial changes throughout the core, including significant API changes, new world format support, performance improvements and a network revamp.
Please note that this is a BETA release and is not finalized. While no significant changes are expected between now and release, the API might still be changed.
Please also note that this changelog is provided on a best-effort basis, and it's possible some changes might not have been mentioned here.
If you find any omissions, please submit pull requests to add them.
## WARNING
This is NOT a stable release. PMMP accepts no responsibility or liability for any damages incurred by using this build.
It should be used for TESTING purposes only.
## Contents
* [Core](#core)
+ [General](#general)

View File

@ -29,10 +29,10 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.0.0";
public const IS_DEVELOPMENT_BUILD = true;
public const BASE_VERSION = "4.0.0-BETA1";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_NUMBER = 0;
public const BUILD_CHANNEL = "";
public const BUILD_CHANNEL = "beta";
private function __construct(){
//NOOP