mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 18:36:40 +00:00
Added letters
This commit is contained in:
parent
6a97750e06
commit
2ddb626edb
@ -29,8 +29,11 @@ the Free Software Foundation, either version 3 of the License, or
|
|||||||
class VersionString{
|
class VersionString{
|
||||||
public static $stageOrder = array(
|
public static $stageOrder = array(
|
||||||
"alpha" => 0,
|
"alpha" => 0,
|
||||||
|
"a" => 0,
|
||||||
"beta" => 1,
|
"beta" => 1,
|
||||||
|
"b" => 1,
|
||||||
"final" => 2,
|
"final" => 2,
|
||||||
|
"f" => 2,
|
||||||
);
|
);
|
||||||
private $stage, $major, $release, $minor;
|
private $stage, $major, $release, $minor;
|
||||||
public function __construct($version = MAJOR_VERSION){
|
public function __construct($version = MAJOR_VERSION){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user