Update download page for 5.4.0.201906121030-r

Change-Id: Ie0df0e5b7d98f73091f3e0b707f47003ac3f0412
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/index.php b/download/index.php
index 4ae2c10..c590c7d 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,9 +19,9 @@
 include ($App->getProjectCommon());
 $Theme->setPageTitle("EGit - Download");
 
-$version = "5.3.0.201903130848-r";
+$version = "5.4.0.201906121030-r";
 $html = file_get_contents('_index.html');
 $html = preg_replace('/@VERSION@/', $version, $html);
 $Theme->setHtml($html);
 
-$Theme->generatePage();
\ No newline at end of file
+$Theme->generatePage();