bumped Symfony version to 2.0.13-DEV

This commit is contained in:
Fabien Potencier 2012-03-19 01:27:26 +01:00
parent 0ab776227a
commit f11f7fcbe0

View File

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