bumped version to 1.16.1-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jul 2014 12:54:10 +0000 (14:54 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jul 2014 12:54:10 +0000 (14:54 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 1cf54a7..76c4e1f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.16.1 (2014-XX-XX)
+
+ * n/a
+
 * 1.16.0 (2014-07-05)
 
  * changed url_encode to always encode according to RFC 3986
index aefbf04..80638a0 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.16.0"
+#define PHP_TWIG_VERSION "1.16.1-DEV"
 
 #include "php.h"
 
index d3ba9be..f1fec00 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.16.0';
+    const VERSION = '1.16.1-DEV';
 
     protected $charset;
     protected $loader;