OSDN Git Service

Support for 3.x kernel
authorMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Mon, 2 Jul 2012 16:04:00 +0000 (01:04 +0900)
committerMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Mon, 2 Jul 2012 16:04:00 +0000 (01:04 +0900)
admin/misc-tools/jf-info-check.el

index 60115c4..d09f05b 100644 (file)
 
 (defun jf-info-check-bver-check (line value)
   "Check BVER value."
-  (or (string-match "^2\\.[246]\\.[1-9]?[0-9]$" value)
+  (or (string-match "^[23]\\.[0-9]\\.?[0-9]*$" value)
       (jf-info-check-add-error-message
        (format
        "%2d ¹ÔÌÜ: %s¤¬´Ö°ã¤Ã¤Æ¤Þ¤¹. ÆüËܸìÈǤ¬¸µ¤Ë¤·¤Æ¤¤¤ë¥«¡¼¥Í¥ë¥¢¡¼¥«¥¤¥ô¤Î¥Ð¡¼¥¸¥ç¥ó¤òµ­Æþ¤·¤Æ¤¯¤À¤µ¤¤.\n"