bumped version to 1.15
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 31 Oct 2013 12:37:55 +0000 (13:37 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 31 Oct 2013 12:37:55 +0000 (13:37 +0100)
CHANGELOG
composer.json
ext/twig/php_twig.h
lib/Twig/Environment.php

index 0cc9805..3181d05 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.14.3 (2013-XX-XX)
+* 1.15.0 (2013-XX-XX)
 
  * fixed the C extension sandbox behavior when get or set is prepend to method name
 
index e0fd606..799a3eb 100644 (file)
@@ -25,7 +25,7 @@
     },
     "extra": {
         "branch-alias": {
-            "dev-master": "1.14-dev"
+            "dev-master": "1.15-dev"
         }
     }
 }
index 021a837..79d2210 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.14.3-DEV"
+#define PHP_TWIG_VERSION "1.15.0-DEV"
 
 #include "php.h"
 
index c707196..bdf7bf5 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.14.3-DEV';
+    const VERSION = '1.15.0-DEV';
 
     protected $charset;
     protected $loader;