prepared the 1.10.3 release
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 19 Oct 2012 10:45:49 +0000 (12:45 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 19 Oct 2012 10:45:49 +0000 (12:45 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index 089a902..b31fc68 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.10.3 (2012-XX-XX)
+* 1.10.3 (2012-10-19)
 
  * fixed wrong template location in some error messages
  * reverted a BC break introduced in 1.10.2
index 736ce2d..7f40423 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.10.3-DEV"
+#define PHP_TWIG_VERSION "1.10.3"
 
 #include "php.h"
 
index 729cd57..da9b673 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.10.3-DEV';
+    const VERSION = '1.10.3';
 
     protected $charset;
     protected $loader;