Update download page for 4.0.3.201509231615-r

Change-Id: Ic10c02ff9c83bfc835805cc829f047f10086619d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 88be513..75dba78 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>Mars Site (Mars.1 currently has JGit 4.0.2): <a href="http://download.eclipse.org/releases/luna">http://download.eclipse.org/releases/mars</a></li>
+<li>Mars Site (Mars.1 currently has JGit 4.0.3): <a href="http://download.eclipse.org/releases/mars">http://download.eclipse.org/releases/mars</a></li>
 </ul>
 
 <h2>Development Builds</h2>
diff --git a/version.php b/version.php
index 04204f4..04681ef 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
 <?php
-	$version = "4.0.2.201509141540-r";
+	$version = "4.0.3.201509231615-r";
 ?>
\ No newline at end of file