Index: branches/REL1_15/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.15.0rc1'; |
| 37 | +$wgVersion = '1.15.0'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_15/phase3/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | == MediaWiki 1.15.0 == |
8 | 8 | |
9 | | -2009-06-09 |
| 9 | +2009-06-10 |
10 | 10 | |
11 | 11 | This is a stable release of the the 2009 Q2 branch of MediaWiki. |
12 | 12 | |
— | — | @@ -28,6 +28,7 @@ |
29 | 29 | installer. |
30 | 30 | * (bug 19127) Documentation warning for PostgreSQL users who run update.php: |
31 | 31 | use the same user in AdminSettings.php as in LocalSettings.php. |
| 32 | +* Localisation updates. |
32 | 33 | |
33 | 34 | === Configuration changes in 1.15 === |
34 | 35 | |