Add Pico::VERSION_ID (like PHP_VERSION_ID)
This commit is contained in:
parent
d56d3f8c8c
commit
b133f6dae5
@ -33,6 +33,13 @@ class Pico
|
||||
*/
|
||||
const VERSION = '1.1.0-dev';
|
||||
|
||||
/**
|
||||
* Pico version ID
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
const VERSION_ID = 10100;
|
||||
|
||||
/**
|
||||
* Sort files in alphabetical ascending order
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user