Parcourir la source

updated VERSION

Fabien Potencier il y a 14 ans
Parent
commit
9bf6ef7999
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 $classes;
 
-    const VERSION = '2.0.0-RC1';
+    const VERSION = '2.0.0-RC2-DEV';
 
     /**
      * Constructor.