fixed version constants

This commit is contained in:
Fabien Potencier
2016-11-07 11:40:29 -08:00
parent 212ea63ae3
commit e7d45e95e2
+3 -4
View File
@@ -17,11 +17,10 @@
class Twig_Environment
{
const VERSION = '2.0.0-DEV';
const VERSION = '1.27.1-DEV';
const VERSION_ID = 12701;
const VERSION_ID = 20001;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 27;
const RELEASE_VERSION = 1;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
private $charset;