prepared the 1.13.1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 6 Jun 2013 06:05:52 +0000 (08:05 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 6 Jun 2013 06:06:01 +0000 (08:06 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 2cdbeb1..fedfc32 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.13.1 (2013-XX-XX)
+* 1.13.1 (2013-06-06)
 
  * added the possibility to ignore the filesystem constructor argument in Twig_Loader_Filesystem
  * fixed Twig_Loader_Chain::exists() for a loader which implements Twig_ExistsLoaderInterface
index bdaf7e1..ff353e8 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.13.1-DEV"
+#define PHP_TWIG_VERSION "1.13.1"
 
 #include "php.h"
 
index faf3b4a..3afa73d 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.13.1-DEV';
+    const VERSION = '1.13.1';
 
     protected $charset;
     protected $loader;