updated CHANGELOG and bumped version to 1.0.0-RC1

This commit is contained in:
Fabien Potencier
2011-01-09 09:47:02 +01:00
parent 80fec2dc88
commit b5d97e2c18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.0.0-RC1
* 1.0.0-RC1 (2011-01-09)
Backward incompatibilities:
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.0.0-BETA1';
const VERSION = '1.0.0-RC1';
protected $charset;
protected $loader;