prepared the 1.13.2 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:35:31 +0000 (17:35 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:35:31 +0000 (17:35 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 4e93a91..80ff9d2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.13.2 (2013-XX-XX)
+* 1.13.2 (2013-08-03)
 
  * fixed the error line number for an error occurs in and embedded template
  * fixed crashes of the C extension on some edge cases
index 16cc34f..1cf0ad4 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.13.2-DEV"
+#define PHP_TWIG_VERSION "1.13.2"
 
 #include "php.h"
 
index c4f82bf..6d4c5c5 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.13.2-DEV';
+    const VERSION = '1.13.2';
 
     protected $charset;
     protected $loader;