Преглед на файлове

updated VERSION for 2.0.7

Fabien Potencier преди 13 години
родител
ревизия
848f87504d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.7-DEV';
+    const VERSION = '2.0.7';
 
     /**
      * Constructor.