bumped version to 1.4.0-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Oct 2011 12:05:18 +0000 (14:05 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Oct 2011 12:05:18 +0000 (14:05 +0200)
CHANGELOG
composer.json
lib/Twig/Environment.php

index dd242ee..3a3cb22 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* 1.4.0
+
 * 1.3.0 (2011-10-08)
 
 no changes
index 2779f03..0105afe 100644 (file)
@@ -4,7 +4,7 @@
     "description": "Twig, the flexible, fast, and secure template language for PHP",
     "keywords": ["templating"],
     "homepage": "http://twig.sensiolabs.org",
-    "version": "1.3.0",
+    "version": "1.4.0",
     "license": "BSD",
     "authors": [
         {
index 9871187..902b6fa 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.3.0';
+    const VERSION = '1.4.0-DEV';
 
     protected $charset;
     protected $loader;