1.9 bump
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 10 Oct 2006 22:05:24 +0000 (22:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 10 Oct 2006 22:05:24 +0000 (22:05 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 806623f..cc56fc6 100644 (file)
@@ -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.
index a955d5e..eac2a63 100644 (file)
@@ -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';