updated VERSION to RC1-DEV again

This commit is contained in:
Fabien Potencier 2011-06-16 19:30:31 +02:00
parent c62724b3c3
commit a30c06a384

View File

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