OSDN Git Service

globalfunctions.phpのgetNucleusVersion()が365を返すよう修正 release-3-65
authorsakamocchi <o-takashi@sakamocchi.jp>
Sun, 14 Oct 2012 04:26:12 +0000 (13:26 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sun, 14 Oct 2012 04:26:12 +0000 (13:26 +0900)
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