Parcourir la source

prepare 2.0 RC4 release

Fabien Potencier il y a 14 ans
Parent
commit
7d8fb3ddb9
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-RC4-DEV';
+    const VERSION = '2.0.0-RC4';
 
     /**
      * Constructor.