Update download page for 5.4.0.201906121030-r

Change-Id: I34e0186fe1d10d1b642ebcbd5417d43616cc5059
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 7657160..b7e2a14 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>2019-03 Site (Eclipse 2019-03 uses JGit 5.3.0): <a href="http://download.eclipse.org/releases/2019-03">http://download.eclipse.org/releases/2019-03</a></li>
+<li>2019-06 Site (Eclipse 2019-06 uses JGit 5.4.0): <a href="http://download.eclipse.org/releases/2019-06">http://download.eclipse.org/releases/2019-06</a></li>
 </ul>
 
 <h2>Development Builds</h2>
diff --git a/version.php b/version.php
index 039a18d..ffa9ae1 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
 <?php
-	$version = "5.3.0.201903130848-r";
-	$api_version="5.3.0.201903130848-r"; // For API docs and CLIRR reports
+	$version = "5.4.0.201906121030-r";
+	$api_version="5.4.0.201906121030-r"; // For API docs and CLIRR reports
 ?>
\ No newline at end of file