bumped version to 1.16.2-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 18:56:23 +0000 (20:56 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 18:56:23 +0000 (20:56 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 2b9aa2c..f19e2d8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.16.2 (2014-XX-XX)
+
+ * n/a
+
 * 1.16.1 (2014-10-10)
 
  * improved error reporting in a sandboxed template
index db0ea5f..f087ce3 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.16.1"
+#define PHP_TWIG_VERSION "1.16.2-DEV"
 
 #include "php.h"
 
index c969d4d..459a340 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.16.1';
+    const VERSION = '1.16.2-DEV';
 
     protected $charset;
     protected $loader;