ソースを参照

updated VERSION for 2.0.15

Fabien Potencier 13 年 前
コミット
c2480c1e73
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/Symfony/Component/HttpKernel/Kernel.php

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

@@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
     protected $startTime;
     protected $classes;
 
-    const VERSION         = '2.0.15-DEV';
+    const VERSION         = '2.0.15';
     const VERSION_ID      = '20015';
     const MAJOR_VERSION   = '2';
     const MINOR_VERSION   = '0';
     const RELEASE_VERSION = '15';
-    const EXTRA_VERSION   = 'DEV';
+    const EXTRA_VERSION   = '';
 
     /**
      * Constructor.