updated VERSION

This commit is contained in:
Fabien Potencier 2011-06-24 15:21:22 +02:00
parent 92c28844ce
commit 9bf6ef7999

View File

@ -56,7 +56,7 @@ abstract class Kernel implements KernelInterface
protected $startTime;
protected $classes;
const VERSION = '2.0.0-RC1';
const VERSION = '2.0.0-RC2-DEV';
/**
* Constructor.