فهرست منبع

[HttpKernel] updated the VERSION to something more useful (closes #1096)

Fabien Potencier 14 سال پیش
والد
کامیت
ce8718e141
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Symfony/Component/HttpKernel/Kernel.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Kernel.php

@@ -53,7 +53,7 @@ abstract class Kernel implements KernelInterface
     protected $startTime;
     protected $classes;
 
-    const VERSION = '2.0.0-DEV';
+    const VERSION = '2.0.0-BETA5-DEV';
 
     /**
      * Constructor.