bumped Symfony version to 2.0.2-DEV

This commit is contained in:
Fabien Potencier 2011-08-26 09:34:52 +02:00
parent 7cb402d806
commit 9f40ba6c2a

View File

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