From: Fabien Potencier Date: Fri, 13 Jul 2012 16:31:16 +0000 (+0200) Subject: bumped version to 1.9.1-DEV X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3f9f587ba72f9da84266b93ee1d0fc025b6b010f;p=web%2Fkonrad%2Ftwig.git bumped version to 1.9.1-DEV --- diff --git a/CHANGELOG b/CHANGELOG index b646dc0..a58cc17 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.9.1 (2012-XX-XX) + + * n/a + * 1.9.0 (2012-07-13) * made the parsing independent of the template loaders diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index f6c2b2d..fb8a425 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.9.0" +#define PHP_TWIG_VERSION "1.9.1-DEV" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c38f202..26633a0 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.9.0'; + const VERSION = '1.9.1-DEV'; protected $charset; protected $loader;