prepared the 1.16.1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 14:09:53 +0000 (16:09 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 14:09:53 +0000 (16:09 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 853097c..2b9aa2c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.16.1 (2014-XX-XX)
+* 1.16.1 (2014-10-10)
 
  * improved error reporting in a sandboxed template
  * fixed missing error file/line information under certain circumstances
index 80638a0..db0ea5f 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.16.1-DEV"
+#define PHP_TWIG_VERSION "1.16.1"
 
 #include "php.h"
 
index f1fec00..c969d4d 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.16.1-DEV';
+    const VERSION = '1.16.1';
 
     protected $charset;
     protected $loader;