Add Pico::VERSION_ID (like PHP_VERSION_ID)

pico-3.0-alpha
Daniel Rudolf 9 years ago
parent d56d3f8c8c
commit b133f6dae5
  1. 7
      lib/Pico.php

@ -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…
Cancel
Save