From: Fabien Potencier Date: Mon, 7 Jul 2014 12:54:10 +0000 (+0200) Subject: bumped version to 1.16.1-DEV X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=11ea5976e38413a7a65cd2e0e2b1da9d969af513;p=konrad%2Ftwig.git bumped version to 1.16.1-DEV --- diff --git a/CHANGELOG b/CHANGELOG index 1cf54a7..76c4e1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.16.1 (2014-XX-XX) + + * n/a + * 1.16.0 (2014-07-05) * changed url_encode to always encode according to RFC 3986 diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index aefbf04..80638a0 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.16.0" +#define PHP_TWIG_VERSION "1.16.1-DEV" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index d3ba9be..f1fec00 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.16.0'; + const VERSION = '1.16.1-DEV'; protected $charset; protected $loader;