changed dev version to 0.9.2

git-svn-id: http://svn.twig-project.org/trunk@51 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
fabien
2009-10-14 14:16:58 +00:00
parent 00df348605
commit 84bfd2da12
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
* 0.9.1-DEV
* 0.9.2-DEV
* 0.9.1 (2009-10-14)
* fixed a bug in PHP 5.2.6
* fixed numbers with one than one decimal
+1 -1
View File
@@ -11,7 +11,7 @@
class Twig_Environment
{
const VERSION = '0.9.1-DEV';
const VERSION = '0.9.2-DEV';
protected $charset;
protected $loader;