bumped Symfony version to 2.0.3-DEV

This commit is contained in:
Fabien Potencier 2011-09-25 11:51:38 +02:00
parent 6a25df0ebf
commit 369d4da4eb

View File

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