Prechádzať zdrojové kódy

bumped Symfony version to 2.0.3-DEV

Fabien Potencier 13 rokov pred
rodič
commit
369d4da4eb

+ 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.3';
+    const VERSION = '2.0.4-DEV';
 
     /**
      * Constructor.