mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Release 4.0.0-BETA1
This commit is contained in:
parent
57e2b16139
commit
210b9c7b75
@ -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.
|
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
|
## Contents
|
||||||
* [Core](#core)
|
* [Core](#core)
|
||||||
+ [General](#general)
|
+ [General](#general)
|
@ -29,10 +29,10 @@ use function str_repeat;
|
|||||||
|
|
||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.0.0";
|
public const BASE_VERSION = "4.0.0-BETA1";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_NUMBER = 0;
|
public const BUILD_NUMBER = 0;
|
||||||
public const BUILD_CHANNEL = "";
|
public const BUILD_CHANNEL = "beta";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
//NOOP
|
//NOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user