Update download page for 5.3.0.201903130848-r

Change-Id: Ibfd679b793bb82a6b2c945e74b6d8f2f3e934f9c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/index.php b/download/index.php
index 7a92109..4ae2c10 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,7 +19,7 @@
 include ($App->getProjectCommon());
 $Theme->setPageTitle("EGit - Download");
 
-$version = "5.2.0.201812061821-r";
+$version = "5.3.0.201903130848-r";
 $html = file_get_contents('_index.html');
 $html = preg_replace('/@VERSION@/', $version, $html);
 $Theme->setHtml($html);