Index: branches/Maps0.7.x/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.<br />' ); |
38 | 38 | } |
39 | 39 | |
40 | | -define( 'Maps_VERSION', '0.7.7 rc' ); |
| 40 | +define( 'Maps_VERSION', '0.7.7' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits['parserhook'][] = array( |
43 | 43 | 'path' => __FILE__, |
Index: branches/Maps0.7.x/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.7.7 === |
12 | | -(2011-06-xx) |
| 12 | +(2011-06-15) |
13 | 13 | |
14 | 14 | * Fixed minor initialization issue with the OpenLayers code. |
15 | 15 | |