Skip to content

Commit

Permalink
updated CHANGELOG and bumped version to 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 9, 2011
1 parent 80fec2d commit b5d97e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
* 1.0.0-RC1
* 1.0.0-RC1 (2011-01-09)

Backward incompatibilities:

Expand Down
2 changes: 1 addition & 1 deletion lib/Twig/Environment.php
Expand Up @@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.0.0-BETA1';
const VERSION = '1.0.0-RC1';

protected $charset;
protected $loader;
Expand Down

0 comments on commit b5d97e2

Please sign in to comment.