prepared the 1.3.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Oct 2011 12:04:10 +0000 (14:04 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Oct 2011 12:04:10 +0000 (14:04 +0200)
lib/Twig/Environment.php

index 236be8c..9871187 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.3.0-RC1';
+    const VERSION = '1.3.0';
 
     protected $charset;
     protected $loader;