updated CHANGELOG and bumped version to 0.9.10
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 16 Dec 2010 08:47:09 +0000 (09:47 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 16 Dec 2010 08:47:09 +0000 (09:47 +0100)
CHANGELOG
lib/Twig/Environment.php

index e97f2ea..f6f5a0e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 0.9.10
+* 0.9.10 (2010-12-16)
 
 Backward incompatibilities:
 
index 6de6539..255a0fd 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.10-DEV';
+    const VERSION = '0.9.10';
 
     protected $charset;
     protected $loader;