prepared the 1.10.2 release
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 15 Oct 2012 08:23:34 +0000 (10:23 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 15 Oct 2012 08:23:34 +0000 (10:23 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 18d428a..8cf78cb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.10.2 (2012-XX-XX)
+* 1.10.2 (2012-10-15)
 
  * fixed macro calls on PHP 5.4
 
index 84d3b36..230cb96 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.10.2-DEV"
+#define PHP_TWIG_VERSION "1.10.2"
 
 #include "php.h"
 
index 7b6fd70..e51e16c 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.10.2-DEV';
+    const VERSION = '1.10.2';
 
     protected $charset;
     protected $loader;