Add Pico::VERSION_ID (like PHP_VERSION_ID)

This commit is contained in:
Daniel Rudolf 2016-04-22 14:23:46 +02:00
parent d56d3f8c8c
commit b133f6dae5

View File

@ -33,6 +33,13 @@ class Pico
*/ */
const VERSION = '1.1.0-dev'; const VERSION = '1.1.0-dev';
/**
* Pico version ID
*
* @var int
*/
const VERSION_ID = 10100;
/** /**
* Sort files in alphabetical ascending order * Sort files in alphabetical ascending order
* *