bumped version for development

git-svn-id: http://svn.twig-project.org/trunk@232 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
fabien
2010-01-20 10:15:36 +00:00
parent 83041be523
commit 29d16d9940
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
* 0.9.6-DEV
* 0.9.5 (2010-01-20)
As for any new release, don't forget to remove all cached templates after
+1 -1
View File
@@ -11,7 +11,7 @@
class Twig_Environment
{
const VERSION = '0.9.5';
const VERSION = '0.9.6-DEV';
protected $charset;
protected $loader;