Selaa lähdekoodia

updated VERSION to RC1-DEV again

Fabien Potencier 14 vuotta sitten
vanhempi
commit
a30c06a384
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Symfony/Component/HttpKernel/Kernel.php

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

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