diff --git a/INSTALL.md b/INSTALL.md
index 67f176f1e..0598d1810 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -106,17 +106,17 @@ minimum requirements are indicated in bold. For a detailed list of changes, see
Maps 5.0.x |
- 5.6 - 7.2+ |
- 1.27 - 1.30+ |
- 2.1 - 3.0+ |
- In development |
+ 5.6 - 7.1 |
+ 1.27 - 1.30 |
+ 2.1 - 2.5 |
+ Stable release |
Maps 4.4.x |
5.6 - 7.1 |
1.27 - 1.29 |
2.1 - 2.5 |
- Stable release |
+ Obsolete release |
Maps 4.3.x |
diff --git a/Maps.php b/Maps.php
index 84f6f3467..af1a7d8f6 100644
--- a/Maps.php
+++ b/Maps.php
@@ -69,7 +69,7 @@
);
}
- define( 'Maps_VERSION', '5.0 alpha' );
+ define( 'Maps_VERSION', '5.0' );
define( 'SM_VERSION', Maps_VERSION );
if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index a9420df69..3d97fa162 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -3,12 +3,12 @@ These are the release notes for the [Maps extension](README.md). For an overview
## Maps 5.0.0
-Under development
+Released on October 16th, 2017.
* Added persistent geocoding cache (by hidrarga)
-* Image overlays used in `#display_map` now support geocoding for their locations
* Fixed rendering of wikitext in popups of the map result format when using the `template` parameter (by hidrarga)
* Fixed random loading failure of Leaflet maps (by Peter Grassberger)
+* Image overlays used in `#display_map` now support geocoding for their locations
### Breaking changes