From d62f0a58390c9d331b5465a6518b18a1f47cf7f0 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 25 Aug 2006 22:16:08 +0000 Subject: [PATCH] bump version git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5126 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 bf0b11efd..b25cacbca 100644 --- a/lib/prepend.php +++ b/lib/prepend.php @@ -9,10 +9,10 @@ function rcs_id ($id) { if (defined('DEBUG') and DEBUG) $GLOBALS['RCS_IDS'] .= "$id\n"; } -rcs_id('$Id: prepend.php,v 1.53 2006-08-15 13:39:41 rurban Exp $'); +rcs_id('$Id: prepend.php,v 1.54 2006-08-25 22:16:08 rurban Exp $'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.3.13pre-20060814'); +define('PHPWIKI_VERSION', '1.3.13pre-20060826'); /** * Returns true if current php version is at mimimum a.b.c -- 2.45.0