prepared the 1.10.1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 15 Oct 2012 07:35:01 +0000 (09:35 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 15 Oct 2012 07:35:01 +0000 (09:35 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 282c3be..5c8c7ef 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.10.1 (2012-XX-XX)
+* 1.10.1 (2012-10-15)
 
  * made a speed optimization to macro calls when imported via the "import" tag
  * fixed C extension compilation on Windows
index fa427d8..d11ce67 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.10.1-DEV"
+#define PHP_TWIG_VERSION "1.10.1"
 
 #include "php.h"
 
index 1bda013..ba770bc 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.10.1-DEV';
+    const VERSION = '1.10.1';
 
     protected $charset;
     protected $loader;