Explorar el Código

bumped Symfony version to 2.0.11-DEV

Fabien Potencier hace 13 años
padre
commit
9ac6918624
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.10';
+    const VERSION = '2.0.11-DEV';
 
     /**
      * Constructor.