prepared the 1.16.0 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jul 2014 12:19:05 +0000 (14:19 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jul 2014 12:19:05 +0000 (14:19 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 483aa42..1cf54a7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.16.0 (2014-XX-XX)
+* 1.16.0 (2014-07-05)
 
  * changed url_encode to always encode according to RFC 3986
  * fixed inheritance in a 'use'-hierarchy
index 8a1c999..aefbf04 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.16.0-DEV"
+#define PHP_TWIG_VERSION "1.16.0"
 
 #include "php.h"
 
index d53d620..d3ba9be 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.16.0-DEV';
+    const VERSION = '1.16.0';
 
     protected $charset;
     protected $loader;