From 4b929992df65808f36e8f93f87fa66a9fce03629 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 8 Oct 2011 14:04:10 +0200 Subject: [PATCH] prepared the 1.3.0-RC1 release --- lib/Twig/Environment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 236be8c..9871187 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.3.0-RC1'; + const VERSION = '1.3.0'; protected $charset; protected $loader; -- 1.7.2.5