From f75f39e0d669f785ae9d7eb1258751ffd872c1e0 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Mon, 22 Dec 2003 04:58:11 +0000 Subject: [PATCH] Incremented release version. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2925 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e20e82a6e..e713e6da2 100644 --- a/index.php +++ b/index.php @@ -70,9 +70,9 @@ if (!defined('DEBUG')) define ('DEBUG', 0); ///////////////////////////////////////////////////////////////////// // Part Null: Don't touch this! -define ('PHPWIKI_VERSION', '1.3.7pre'); +define ('PHPWIKI_VERSION', '1.3.7'); require "lib/prepend.php"; -rcs_id('$Id: index.php,v 1.114 2003-12-05 16:00:42 carstenklapp Exp $'); +rcs_id('$Id: index.php,v 1.115 2003-12-22 04:58:11 carstenklapp Exp $'); ///////////////////////////////////////////////////////////////////// // @@ -831,6 +831,9 @@ if (defined('VIRTUAL_PATH') and defined('USE_PATH_INFO')) { // End: // $Log: not supported by cvs2svn $ +// Revision 1.114 2003/12/05 16:00:42 carstenklapp +// ACK! gettext is not available at this point in index.php. +// // Revision 1.113 2003/12/05 15:51:37 carstenklapp // Added note that use of the configurator is depreciated. // -- 2.45.0