prepared Symfony 2.0.0 release

This commit is contained in:
Fabien Potencier 2011-07-28 10:41:06 +02:00
parent bcf5cebcff
commit c3ebdbf9cc

View File

@ -57,7 +57,7 @@ abstract class Kernel implements KernelInterface
protected $startTime;
protected $classes;
const VERSION = '2.0.0-DEV';
const VERSION = '2.0.0';
/**
* Constructor.