prepared the 1.5.0-RC2 release
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 30 Dec 2011 15:23:51 +0000 (16:23 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 30 Dec 2011 15:23:51 +0000 (16:23 +0100)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 278792a..d4e1e69 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.5.0-RC2
+* 1.5.0-RC2 (2011-12-30)
 
  * added a way to set the default global date interval format
  * fixed the date filter for DateInterval instances (setTimezone() does not exist for them)
index fb9202f..def3c8b 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.5.0-RC1"
+#define PHP_TWIG_VERSION "1.5.0-RC2"
 
 #include "php.h"
 
index 016242f..f4d5db0 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.5.0-RC1';
+    const VERSION = '1.5.0-RC2';
 
     protected $charset;
     protected $loader;