Przeglądaj źródła

prepared Symfony 2.0.0 release

Fabien Potencier 14 lat temu
rodzic
commit
c3ebdbf9cc
1 zmienionych plików z 1 dodań i 1 usunięć
  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-DEV';
+    const VERSION = '2.0.0';
 
     /**
      * Constructor.