mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
updated CHANGELOG and bumped version to 0.9.7
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 0.9.7-DEV
|
||||
* 0.9.7 (2010-06-12)
|
||||
|
||||
Backward incompatibilities:
|
||||
* changed 'as' to '=' for the set tag ({% set title as "Title" %} must now be {% set title = "Title" %})
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '0.9.7-DEV';
|
||||
const VERSION = '0.9.7';
|
||||
|
||||
protected $charset;
|
||||
protected $loader;
|
||||
|
||||
Reference in New Issue
Block a user