[HttpKernel] updated the VERSION to something more useful (closes #1096)

This commit is contained in:
Fabien Potencier 2011-06-07 19:20:37 +02:00
parent 2286452cc8
commit ce8718e141

View File

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