From 94ac20f1553d945c2c224d19d9d28e85ec14372b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 17 Jul 2011 15:53:10 +0200 Subject: [PATCH] prepared 1.1.1 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a7b0202..0cbf633 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.1.1 +* 1.1.1 (2011-07-17) Changes: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 8598c0c..b362917 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.1-DEV'; + const VERSION = '1.1.1'; protected $charset; protected $loader; -- 1.7.2.5