From 315c9511e6fc8724a4016b2e311355a9bbb72b5b Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 27 Feb 2005 13:18:47 +0000 Subject: [PATCH] bump version git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4609 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/prepend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/prepend.php b/lib/prepend.php index 4636245da..563d08c73 100644 --- a/lib/prepend.php +++ b/lib/prepend.php @@ -5,9 +5,9 @@ */ $RCS_IDS = ''; function rcs_id ($id) { $GLOBALS['RCS_IDS'] .= "$id\n"; } -rcs_id('$Id: prepend.php,v 1.33 2005-02-05 15:35:17 rurban Exp $'); +rcs_id('$Id: prepend.php,v 1.34 2005-02-27 13:18:47 rurban Exp $'); -define('PHPWIKI_VERSION', '1.3.11pre-20050205'); +define('PHPWIKI_VERSION', '1.3.11'); // 20050226 /** * Returns true if current php version is at mimimum a.b.c -- 2.45.0