From 6b1c2a11ca8b300b3d1e991d39ada5b5aabaa8f7 Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 7 Mar 2006 21:04:54 +0000 Subject: [PATCH] update VERSION git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5026 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 7e821b01e..c2dcbf5de 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.47 2005-10-31 22:33:08 rurban Exp $'); +rcs_id('$Id: prepend.php,v 1.48 2006-03-07 21:04:54 rurban Exp $'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.3.12pre-20051031'); +define('PHPWIKI_VERSION', '1.3.13pre-20060307'); /** * Returns true if current php version is at mimimum a.b.c -- 2.45.0