OSDN Git Service

globalfunctions.phpのgetNucleusVersion()が365を返すよう修正
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / libs / globalfunctions.php
index 225e866..901c7f8 100755 (executable)
@@ -593,7 +593,7 @@ function intCookieVar($name) {
   * returns the currently used version (100 = 1.00, 101 = 1.01, etc...)\r
   */\r
 function getNucleusVersion() {\r
-       return 364;\r
+       return 365;\r
 }\r
 \r
 /**\r
@@ -2439,4 +2439,4 @@ function strftimejp($format,$timestamp = ''){
                : strftime($format,$timestamp)\r
        ;\r
 }\r
-?>
\ No newline at end of file
+?>\r