prepared the 1.3.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 4 Oct 2011 07:58:29 +0000 (09:58 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 4 Oct 2011 07:58:29 +0000 (09:58 +0200)
CHANGELOG
lib/Twig/Environment.php

index 89322d1..057b681 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.3.0
+* 1.3.0-RC1 (2011-10-04)
 
  * added an optimization for the parent() function
  * added cache reloading when auto_reload is true and an extension has been modified
index dd11538..236be8c 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.3.0-DEV';
+    const VERSION = '1.3.0-RC1';
 
     protected $charset;
     protected $loader;