prepared 1.1.1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 17 Jul 2011 13:53:10 +0000 (15:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 17 Jul 2011 13:53:10 +0000 (15:53 +0200)
CHANGELOG
lib/Twig/Environment.php

index a7b0202..0cbf633 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.1.1
+* 1.1.1 (2011-07-17)
 
 Changes:
 
index 8598c0c..b362917 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.1.1-DEV';
+    const VERSION = '1.1.1';
 
     protected $charset;
     protected $loader;