From: Brion Vibber Date: Tue, 10 Oct 2006 22:05:24 +0000 (+0000) Subject: 1.9 bump X-Git-Tag: 1.31.0-rc.0~55548 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=5bcb9159d66ad206cdff529e4eb4ebcd46b5c384;p=lhc%2Fweb%2Fwiklou.git 1.9 bump --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 806623f99d..cc56fc6d16 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,7 +3,7 @@ Security reminder: MediaWiki does not require PHP's register_globals setting since version 1.2.0. If you have it on, turn it *off* if you can. -== MediaWiki 1.8 == +== MediaWiki 1.9 == THIS IS NOT A RELEASE YET. @@ -332,7 +332,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == Compatibility == -MediaWiki 1.8 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported. +MediaWiki 1.9 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported. MySQL 3.23.x is no longer supported; some older hosts may need to upgrade. At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a955d5e92c..eac2a63e83 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -32,7 +32,7 @@ require_once( 'includes/SiteConfiguration.php' ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.8alpha'; +$wgVersion = '1.9alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';