bumped version to 1.8.4-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 17 Jun 2012 18:52:23 +0000 (20:52 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 17 Jun 2012 18:52:23 +0000 (20:52 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index fd38774..862454d 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.8.4 (2012-XX-XX)
+
+ * n/a
+
 * 1.8.3 (2012-06-17)
 
  * fixed paths in the filesystem loader when passing a path that ends with a slash or a backslash
index 13a0fc0..f0f25e4 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.8.3"
+#define PHP_TWIG_VERSION "1.8.4-DEV"
 
 #include "php.h"
 
index 00ebcba..8cf70fd 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.8.3';
+    const VERSION = '1.8.4-DEV';
 
     protected $charset;
     protected $loader;