prepared the 1.12.0-RC1 release

This commit is contained in:
Fabien Potencier
2012-12-30 20:59:54 +01:00
parent 10cdd2f592
commit b0082d2d6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H #ifndef PHP_TWIG_H
#define PHP_TWIG_H #define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.12.0-DEV" #define PHP_TWIG_VERSION "1.12.0-RC1"
#include "php.h" #include "php.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/ */
class Twig_Environment class Twig_Environment
{ {
const VERSION = '1.12.0-DEV'; const VERSION = '1.12.0-RC1';
protected $charset; protected $charset;
protected $loader; protected $loader;