git-svn-id: http://svn.twig-project.org/trunk@228 93ef8e89-cb99-4229-a87c-7fa0fa45744b
@@ -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.
@@ -11,7 +11,7 @@
class Twig_Environment
{
- const VERSION = '0.9.5-DEV';
+ const VERSION = '0.9.5';
protected $charset;
protected $loader;