mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
API bump to 3.0.0-ALPHA12
Yes, I am not happy about this either. new-versioning has issues, and there hasn't been enough development and testing on it. I didn't want to delay release to cram in a half-baked new versioning system, and it's ended up delayed anyway and new-versioning is still half-baked. we're overdue a new release, so here it is.
This commit is contained in:
@ -81,7 +81,7 @@ namespace pocketmine {
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const VERSION = "1.7dev";
|
const VERSION = "1.7dev";
|
||||||
const API_VERSION = "3.0.0-ALPHA11";
|
const API_VERSION = "3.0.0-ALPHA12";
|
||||||
const CODENAME = "[REDACTED]";
|
const CODENAME = "[REDACTED]";
|
||||||
|
|
||||||
const MIN_PHP_VERSION = "7.2.0";
|
const MIN_PHP_VERSION = "7.2.0";
|
||||||
|
Submodule tests/plugins/PocketMine-DevTools updated: a897b84de4...6fa6a61fc0
Reference in New Issue
Block a user