updated CHANGELOG and bumped version to 1.0.0-RC1
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 9 Jan 2011 08:47:02 +0000 (09:47 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 9 Jan 2011 08:47:02 +0000 (09:47 +0100)
CHANGELOG
lib/Twig/Environment.php

index 3d549e4..ee47434 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.0.0-RC1
+* 1.0.0-RC1 (2011-01-09)
 
 Backward incompatibilities:
 
index ac52398..891453e 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.0.0-BETA1';
+    const VERSION = '1.0.0-RC1';
 
     protected $charset;
     protected $loader;