Add Pico::VERSION_ID (like PHP_VERSION_ID)
This commit is contained in:
parent
d56d3f8c8c
commit
b133f6dae5
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@ class Pico
|
|||
* @var string
|
||||
*/
|
||||
const VERSION = '1.1.0-dev';
|
||||
|
||||
/**
|
||||
* Pico version ID
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
const VERSION_ID = 10100;
|
||||
|
||||
/**
|
||||
* Sort files in alphabetical ascending order
|
||||
|
|
Loading…
Add table
Reference in a new issue