Skip to content

Commit

Permalink
bump version to release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Nov 4, 2022
1 parent 327db71 commit ff7f30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions wiki.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 2003-2015 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
// Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
// distributable under GPLv2 see COPYING
//
// many codes are imported from the MoinMoin
Expand All @@ -13,8 +13,8 @@
//
// $Id: wiki.php,v 1.639 2011/08/09 13:51:53 wkpark Exp $
//
$_revision = substr('$Revision: 1.2050 $',1,-1);
$_release = '1.2.9-GIT';
$_revision = substr('$Revision: 1.2078 $',1,-1);
$_release = '1.2.9-RC';

#ob_start("ob_gzhandler");

Expand Down
3 changes: 1 addition & 2 deletions wikilib.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 2003-2010 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
// Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
// distributable under GPL see COPYING
//
// many codes are imported from the MoinMoin
Expand All @@ -11,7 +11,6 @@
// * Phiki is a php based wiki clone based on the MoinMoin
// by Fred C. Yankowski <fcy at acm.org>
//
// $Id$

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

0 comments on commit ff7f30d

Please sign in to comment.