bumped Symfony version to 2.0.14-DEV

This commit is contained in:
Fabien Potencier 2012-04-30 18:52:26 +02:00
parent 17b0feea00
commit 59dd4df7f4

View File

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