Pārlūkot izejas kodu

updated VERSION to 2.0.0-RC5

Fabien Potencier 14 gadi atpakaļ
vecāks
revīzija
9fe6c74a27
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/Symfony/Component/HttpKernel/Kernel.php

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

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