This commit is contained in:
Fabien Potencier
2016-11-07 11:41:00 -08:00
parent e7d45e95e2
commit e7ad435a1c
+2 -2
View File
@@ -17,8 +17,8 @@
class Twig_Environment
{
const VERSION = '2.0.0-DEV';
const VERSION_ID = 20001;
const MAJOR_VERSION = 1;
const VERSION_ID = 20000;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';