prepared the 1.6.4 release
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 2 Apr 2012 17:42:18 +0000 (19:42 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 2 Apr 2012 17:42:18 +0000 (19:42 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index bba831e..7521789 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.6.4 (2012-XX-XX)
+* 1.6.4 (2012-04-02)
 
  * fixed PHP notice in Twig_Error::guessTemplateLine() introduced in 1.6.3
  * fixed performance when compiling large files
index fc5acfb..752dd82 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.6.4-DEV"
+#define PHP_TWIG_VERSION "1.6.4"
 
 #include "php.h"
 
index 63cc5b0..596c867 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.6.4-DEV';
+    const VERSION = '1.6.4';
 
     protected $charset;
     protected $loader;