Przeglądaj źródła

bumped Symfony version to 2.0.2-DEV

Fabien Potencier 14 lat temu
rodzic
commit
9f40ba6c2a
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.1';
+    const VERSION = '2.0.2-DEV';
 
     /**
      * Constructor.