From 6182ade6b369317910783f32c675f2b53d49e9cb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 16 Dec 2010 09:47:09 +0100 Subject: [PATCH] updated CHANGELOG and bumped version to 0.9.10 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e97f2ea..f6f5a0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 0.9.10 +* 0.9.10 (2010-12-16) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 6de6539..255a0fd 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.10-DEV'; + const VERSION = '0.9.10'; protected $charset; protected $loader; -- 1.7.2.5