updated VERSION

This commit is contained in:
Fabien Potencier 2011-06-24 15:19:30 +02:00
parent 5f6a4a6d21
commit 92c28844ce

View File

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