diff --git a/CHANGELOG b/CHANGELOG index 0ea56799a..4b63c14fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 0.9.8 +* 0.9.8 (2010-06-28) Backward incompatibilities: * the trans tag plural count is now attached to the plural tag: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 9945b5799..f3abc127d 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.8-DEV'; + const VERSION = '0.9.8'; protected $charset; protected $loader;