浏览代码

bumped Symfony version to 2.0.8-DEV

Fabien Potencier 13 年之前
父节点
当前提交
ab0b4f3c2c
共有 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';
+    const VERSION = '2.0.8-DEV';
 
     /**
      * Constructor.