From 656ecc0a5ce61c5b030eddb53c9e400fa99ee48a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 13 Oct 2015 09:16:21 +0200 Subject: [PATCH] bumped version to 1.22.4-DEV --- CHANGELOG | 4 ++++ ext/twig/php_twig.h | 2 +- lib/Twig/Environment.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 80654e299..880efa623 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.22.4 (2015-XX-XX) + + * n/a + * 1.22.3 (2015-10-13) * fixed regression when using null as a cache strategy diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index 87dcbfac5..fa47b0be4 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.22.3" +#define PHP_TWIG_VERSION "1.22.4-DEV" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 04a656a1e..58cd98611 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.22.3'; + const VERSION = '1.22.4-DEV'; protected $charset; protected $loader;