Browse Source

updated VERSION

Fabien Potencier 14 years ago
parent
commit
9a1a8aeae0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/HttpKernel/Kernel.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Kernel.php

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