Update latest release version to 2.5.1
Signed-off-by: Galina Shvetsova <galina.shvetsova@xored.com>
diff --git a/source/documentation/userguide/rap/install.md b/source/documentation/userguide/rap/install.md
index c949aa6..b1b2a6a 100644
--- a/source/documentation/userguide/rap/install.md
+++ b/source/documentation/userguide/rap/install.md
@@ -12,7 +12,7 @@
<img src="{{site.url}}/shared/img/rap/pasted-image-82.png" width="800"></img>
<br><br>
-3. Add update repository to http://download.eclipse.org/rcptt/nightly/2.5.0/latest/repository
+3. Add update repository to http://download.eclipse.org/rcptt/nightly/2.5.1/latest/repository
<br>
<img src="{{site.url}}/shared/img/rap/pasted-image-85.png"></img>
diff --git a/source/download/index.php b/source/download/index.php
index a9b6b20..2a2892f 100644
--- a/source/download/index.php
+++ b/source/download/index.php
@@ -88,7 +88,7 @@
# TODO: Once we get two parallel streams, we will need to make release logic more complex
# TODO: Once we get beyond .9 bugfix version, we can't just use alphabetic sorting
-$latestRelease="2.5.0";#getLastChild($releasesHome);
+$latestRelease="2.5.1";#getLastChild($releasesHome);
$nightlyHome = $downloadsHome . "/nightly";