bumped version to 1.6.4-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 2 Apr 2012 17:45:40 +0000 (19:45 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 2 Apr 2012 17:45:40 +0000 (19:45 +0200)
CHANGELOG
composer.json
ext/twig/php_twig.h
lib/Twig/Environment.php

index 7521789..e177e0c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 1.6.5 (2012-XX-XX)
+
+ * n/a
+
 * 1.6.4 (2012-04-02)
 
  * fixed PHP notice in Twig_Error::guessTemplateLine() introduced in 1.6.3
index 87662b8..4d6ebef 100644 (file)
@@ -4,7 +4,7 @@
     "description": "Twig, the flexible, fast, and secure template language for PHP",
     "keywords": ["templating"],
     "homepage": "http://twig.sensiolabs.org",
-    "version": "1.6.4",
+    "version": "1.6.5",
     "license": "BSD",
     "authors": [
         {
index 752dd82..2e7035a 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.6.4"
+#define PHP_TWIG_VERSION "1.6.5-DEV"
 
 #include "php.h"
 
index 596c867..bc9f3dd 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.6.4';
+    const VERSION = '1.6.5-DEV';
 
     protected $charset;
     protected $loader;