From 83041be523a8795ace145afe025b3dd187268b33 Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 20 Jan 2010 09:38:50 +0000 Subject: [PATCH] updated CHANGELOG and bumped version git-svn-id: http://svn.twig-project.org/trunk@228 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4e42d4d..b225a16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 0.9.5-DEV +* 0.9.5 (2010-01-20) As for any new release, don't forget to remove all cached templates after upgrading. diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c691d97..cdf7efd 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.5-DEV'; + const VERSION = '0.9.5'; protected $charset; protected $loader; -- 1.7.2.5