prepared the 1.12.2 release
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 8 Apr 2013 12:40:11 +0000 (14:40 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 8 Apr 2013 12:40:11 +0000 (14:40 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index c335330..6b2af3e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.12.3 (2013-XX-XX)
+* 1.12.3 (2013-04-08)
 
  * fixed a security issue in the filesystem loader where it was possible to include a template one
    level above the configured path
index adfbdc2..0a11224 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.12.3-DEV"
+#define PHP_TWIG_VERSION "1.12.3"
 
 #include "php.h"
 
index 7dcf253..0a4ff32 100644 (file)
@@ -16,7 +16,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.12.3-DEV';
+    const VERSION = '1.12.3';
 
     protected $charset;
     protected $loader;