Update download page for 5.1.1.201809181055-r
Change-Id: Ib2b076a3d837c2f1eadbcc4aaa6c03ca826d4c55
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 0b69489..53bad2c 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -77,7 +77,7 @@
<p>JGit can be installed from the <a href="http://www.eclipse.org/egit/">EGit</a> repository:</p>
<ul>
<li>Main Site: <a href="http://download.eclipse.org/egit/updates">http://download.eclipse.org/egit/updates</a> (Recommended)</li>
-<li>Oxygen Site (Oxygen.2 has JGit 4.9.2): <a href="http://download.eclipse.org/releases/oxygen">http://download.eclipse.org/releases/oxygen</a></li>
+<li>2018-09 Site (2018-09 Eclipse has JGit 5.1.0): <a href="http://download.eclipse.org/releases/2018-09">http://download.eclipse.org/releases/2018-09</a></li>
</ul>
<h2>Development Builds</h2>
diff --git a/version.php b/version.php
index a590073..4506b11 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?php
- $version = "5.0.3.201809091024-r";
- $api_version="5.0.3.201809091024-r"; // For API docs and CLIRR reports
+ $version = "5.1.1.201809181055-r";
+ $api_version="5.1.1.201809181055-r"; // For API docs and CLIRR reports
?>
\ No newline at end of file