bumped version to 1.9.1-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 13 Jul 2012 16:31:16 +0000 (18:31 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 13 Jul 2012 16:31:16 +0000 (18:31 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index b646dc0..a58cc17 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.9.1 (2012-XX-XX)
+
+ * n/a
+
 * 1.9.0 (2012-07-13)
 
  * made the parsing independent of the template loaders
index f6c2b2d..fb8a425 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.9.0"
+#define PHP_TWIG_VERSION "1.9.1-DEV"
 
 #include "php.h"
 
index c38f202..26633a0 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.9.0';
+    const VERSION = '1.9.1-DEV';
 
     protected $charset;
     protected $loader;