Skip to content

Commit ff7f30d

Browse files
committed
bump version to release candidate
1 parent 327db71 commit ff7f30d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

wiki.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 2003-2015 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
2+
// Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
33
// distributable under GPLv2 see COPYING
44
//
55
// many codes are imported from the MoinMoin
@@ -13,8 +13,8 @@
1313
//
1414
// $Id: wiki.php,v 1.639 2011/08/09 13:51:53 wkpark Exp $
1515
//
16-
$_revision = substr('$Revision: 1.2050 $',1,-1);
17-
$_release = '1.2.9-GIT';
16+
$_revision = substr('$Revision: 1.2078 $',1,-1);
17+
$_release = '1.2.9-RC';
1818

1919
#ob_start("ob_gzhandler");
2020

wikilib.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 2003-2010 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
2+
// Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
33
// distributable under GPL see COPYING
44
//
55
// many codes are imported from the MoinMoin
@@ -11,7 +11,6 @@
1111
// * Phiki is a php based wiki clone based on the MoinMoin
1212
// by Fred C. Yankowski <fcy at acm.org>
1313
//
14-
// $Id$
1514

1615
function _preg_escape($val) {
1716
return preg_replace('/([\$\^\.\[\]\{\}\|\(\)\+\*\/\\\\!\?]{1})/','\\\\\1',$val);

0 commit comments

Comments
 (0)