Index: branches/REL1_12/phase3/includes/DefaultSettings.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | $wgConf = new SiteConfiguration; |
33 | 33 | |
34 | 34 | /** MediaWiki version number */ |
35 | | -$wgVersion = '1.12alpha'; |
| 35 | +$wgVersion = '1.12.0rc1'; |
36 | 36 | |
37 | 37 | /** Name of the site. It must be changed in LocalSettings.php */ |
38 | 38 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_12/phase3/RELEASE-NOTES |
— | — | @@ -3,10 +3,12 @@ |
4 | 4 | Security reminder: MediaWiki does not require PHP's register_globals |
5 | 5 | setting since version 1.2.0. If you have it on, turn it *off* if you can. |
6 | 6 | |
7 | | -== MediaWiki 1.12 == |
| 7 | +== MediaWiki 1.12.0rc1 == |
8 | 8 | |
9 | | -THIS IS NOT A RELEASE YET |
| 9 | +This is a release candidate of the Winter 2008 quarterly snapshot release |
| 10 | +of MediaWiki. |
10 | 11 | |
| 12 | + |
11 | 13 | MediaWiki is now using a "continuous integration" development model with |
12 | 14 | quarterly snapshot releases. The latest development code is always kept |
13 | 15 | "ready to run", and in fact runs our own sites on Wikipedia. |