prepared the 1.5.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:40:36 +0000 (11:40 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:40:36 +0000 (11:40 +0100)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 8f558ce..b75a347 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.5.0
+* 1.5.0-RC1 (2011-12-26)
 
  * removed the need to quote hash keys
  * allowed hash keys to be any expression
index b63f26c..fb9202f 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.5.0-DEV"
+#define PHP_TWIG_VERSION "1.5.0-RC1"
 
 #include "php.h"
 
index ac6c914..016242f 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.5.0-DEV';
+    const VERSION = '1.5.0-RC1';
 
     protected $charset;
     protected $loader;