Browse Source

updated VERSION

Fabien Potencier 14 năm trước cách đây
mục cha
commit
9bf6ef7999
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.