bumped version to 1.8.0-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 24 Apr 2012 05:50:52 +0000 (07:50 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 24 Apr 2012 05:50:52 +0000 (07:50 +0200)
CHANGELOG
composer.json
ext/twig/php_twig.h
lib/Twig/Environment.php

index a33c19f..d1351fb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.8.0 (2012-XX-XX)
+
+ * n/A
+
 * 1.7.0 (2012-04-24)
 
  * fixed template line number in some exceptions
index f828a4a..9ca80fc 100644 (file)
@@ -25,7 +25,7 @@
     },
     "extra": {
         "branch-alias": {
-            "dev-master": "1.7-dev"
+            "dev-master": "1.8-dev"
         }
     }
 }
index 5d5c069..78f1136 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.7.0"
+#define PHP_TWIG_VERSION "1.8.0-DEV"
 
 #include "php.h"
 
index 09c63eb..81011da 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.7.0';
+    const VERSION = '1.8.0-DEV';
 
     protected $charset;
     protected $loader;