prepared the 1.12.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Dec 2012 19:59:54 +0000 (20:59 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Dec 2012 19:59:54 +0000 (20:59 +0100)
ext/twig/php_twig.h
lib/Twig/Environment.php

index e480613..a731505 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef 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"
 
index d8e700e..c2480d5 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.12.0-DEV';
+    const VERSION = '1.12.0-RC1';
 
     protected $charset;
     protected $loader;