mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
add machine-readable version constants
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
class Twig_Environment
|
class Twig_Environment
|
||||||
{
|
{
|
||||||
const VERSION = '1.27.1-DEV';
|
const VERSION = '1.27.1-DEV';
|
||||||
|
const VERSION_ID = 12701;
|
||||||
|
const MAJOR_VERSION = 1;
|
||||||
|
const MINOR_VERSION = 27;
|
||||||
|
const RELEASE_VERSION = 1;
|
||||||
|
const EXTRA_VERSION = 'DEV';
|
||||||
|
|
||||||
protected $charset;
|
protected $charset;
|
||||||
protected $loader;
|
protected $loader;
|
||||||
|
|||||||
Reference in New Issue
Block a user