bumped Symfony version to 2.0.11-DEV

This commit is contained in:
Fabien Potencier 2012-02-06 12:35:18 +01:00
parent 7f97b60d50
commit 9ac6918624

View File

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