Index: /branches/comu-ver2/data/class/SC_Initial.php
===================================================================
--- /branches/comu-ver2/data/class/SC_Initial.php	(revision 18185)
+++ /branches/comu-ver2/data/class/SC_Initial.php	(revision 18208)
@@ -38,6 +38,7 @@
 
         /** EC-CUBEのバージョン */
-        // XXX SVNのリビジョンを付加できたら良いと思う。(方法が分からない。)
         define('ECCUBE_VERSION', "2.4.0-comu");
+        /** EC-CUBEのSVNリビジョン番号 */
+        define('ECCUBE_REVISION', "$Revision$");
     }
 
@@ -105,5 +106,5 @@
         // PHP 5.3.0対応
         if (error_reporting() > 6143) {
-            error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_USER_DEPRECATED);
+            error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
         }
     }
