prepared the 1.16.2 release current master
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Oct 2014 12:53:44 +0000 (14:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Oct 2014 12:53:44 +0000 (14:53 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index fc8f185..33b32f8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.16.2 (2014-XX-XX)
+* 1.16.2 (2014-10-17)
 
  * fixed timezone on dates as strings
  * fixed 2-words test names when a custom node class is not used
index f087ce3..e116b4c 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.16.2-DEV"
+#define PHP_TWIG_VERSION "1.16.2"
 
 #include "php.h"
 
index 459a340..17e88ab 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.16.2-DEV';
+    const VERSION = '1.16.2';
 
     protected $charset;
     protected $loader;