Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -7,7 +7,8 @@ |
8 | 8 | |
9 | 9 | THIS IS NOT A RELEASE YET |
10 | 10 | |
11 | | -MediaWiki 1.19 is an alpha-quality branch and is not recommended for use in |
| 11 | +This is a beta release of the MediaWiki 1.19 branch. Please test it and let us |
| 12 | +know what you think of it. Beta releases are not recommended for use in |
12 | 13 | production. |
13 | 14 | |
14 | 15 | === Configuration changes in 1.19 === |
Index: branches/REL1_19/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | /** @endcond */ |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.19alpha'; |
| 37 | +$wgVersion = '1.19.0beta1'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |