From: <var...@us...> - 2022-12-16 14:33:39
|
Revision: 11034 http://sourceforge.net/p/phpwiki/code/11034 Author: vargenau Date: 2022-12-16 14:33:36 +0000 (Fri, 16 Dec 2022) Log Message: ----------- PHPWIKI_VERSION 1.6.2 Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2022-12-16 14:32:02 UTC (rev 11033) +++ trunk/lib/prepend.php 2022-12-16 14:33:36 UTC (rev 11034) @@ -29,7 +29,7 @@ * Things which must be done and defined before anything else. */ -define('PHPWIKI_VERSION', '1.6.1'); +define('PHPWIKI_VERSION', '1.6.2'); // A new php-5.1.x feature: Turn off php-5.1.x auto_globals_jit = On, or use this mess below. if (empty($GLOBALS['HTTP_SERVER_VARS'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |