From: Fabien Potencier Date: Mon, 26 Dec 2011 10:40:36 +0000 (+0100) Subject: prepared the 1.5.0-RC1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=fb6d5660ab05de1a56fa217b0931a2c1cd580c58;p=web%2Fkonrad%2Ftwig.git prepared the 1.5.0-RC1 release --- diff --git a/CHANGELOG b/CHANGELOG index 8f558ce..b75a347 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.5.0 +* 1.5.0-RC1 (2011-12-26) * removed the need to quote hash keys * allowed hash keys to be any expression diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index b63f26c..fb9202f 100644 --- a/ext/twig/php_twig.h +++ b/ext/twig/php_twig.h @@ -15,7 +15,7 @@ #ifndef PHP_TWIG_H #define PHP_TWIG_H -#define PHP_TWIG_VERSION "1.5.0-DEV" +#define PHP_TWIG_VERSION "1.5.0-RC1" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index ac6c914..016242f 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.5.0-DEV'; + const VERSION = '1.5.0-RC1'; protected $charset; protected $loader;