X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=lib%2Finit.php;h=59247ca1fb7af4541ef016dcd167a6b89938fa40;hb=refs%2Fheads%2Fbugtrack_2398_152;hp=87863ae68955739bf8a3709dab3ee2ff8bba9136;hpb=6dbae988761b64cede1b7753025d574fc9482e3b;p=pukiwiki%2Fpukiwiki.git diff --git a/lib/init.php b/lib/init.php index 87863ae..59247ca 100644 --- a/lib/init.php +++ b/lib/init.php @@ -2,7 +2,7 @@ // PukiWiki - Yet another WikiWikiWeb clone. // init.php // Copyright -// 2002-2017 PukiWiki Development Team +// 2002-2018 PukiWiki Development Team // 2001-2002 Originally written by yu-ji // License: GPL v2 or (at your option) any later version // @@ -10,10 +10,10 @@ // PukiWiki version / Copyright / Licence -define('S_VERSION', '1.5.1'); +define('S_VERSION', '1.5.2'); define('S_COPYRIGHT', 'PukiWiki ' . S_VERSION . '' . - ' © 2001-2016' . + ' © 2001-2018' . ' PukiWiki Development Team' ); @@ -454,4 +454,3 @@ $line_rules = array_merge(array( '&(#[0-9]+|#x[0-9a-f]+|' . get_html_entity_pattern() . ');' => '&$1;', "\r" => '
' . "\n", /* 行末にチルダは改行 */ ), $line_rules); -