Update download page for 4.4.0.201606070830-r

Change-Id: Ife0edccf77e2bba434f5866453836d5c7fc5daf3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 75dba78..8557296 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.3): <a href="http://download.eclipse.org/releases/mars">http://download.eclipse.org/releases/mars</a></li>
+<li>Neon Site (Neon has JGit 4.4.0): <a href="http://download.eclipse.org/releases/neon">http://download.eclipse.org/releases/neon</a></li>
 </ul>
 
 <h2>Development Builds</h2>
diff --git a/version.php b/version.php
index bc7d78c..519f6c9 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
 <?php
-	$version = "4.3.1.201605051710-r";
+	$version = "4.4.0.201606070830-r";
 ?>
\ No newline at end of file