Update download page for 3.4

Change-Id: I4e71e76c962beeb23c018fcf608849aca8c60f28
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 005eade..69ab6e1 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -4,7 +4,7 @@
 <li><a href="@MAVEN_REPO@/org/eclipse/jgit/org.eclipse.jgit/@VERSION@/org.eclipse.jgit-@VERSION@-javadoc.jar">org.eclipse.jgit-javadoc.jar</a> (JavaDoc archive)</li>
 <li><a href="@MAVEN_REPO@/org/eclipse/jgit/org.eclipse.jgit.pgm/@VERSION@/org.eclipse.jgit.pgm-@VERSION@.sh">jgit.sh</a> (Self-contained command line executable)</li>
 <li><a href="http://download.eclipse.org/jgit/docs/jgit-@VERSION@/apidocs/index.html">org.eclipse.jgit JavaDoc</a> (online JavaDoc)</li>
-<li><a href="http://download.eclipse.org/jgit/docs/jgit-@VERSION@/api-changes/clirr-report.html">JGit API changes since 3.2.0</a> (online Clirr API changes report)</li>
+<li><a href="http://download.eclipse.org/jgit/docs/jgit-@VERSION@/api-changes/clirr-report.html">JGit API changes since 3.3.0</a> (online Clirr API changes report)</li>
 </ul>
 
 Find the list of older JGit versions <a href="http://wiki.eclipse.org/JGit/FAQ#Where_can_I_find_older_releases_of_JGit.3F">here</a>.
diff --git a/download/index.php b/download/index.php
index 7233530..d8134e8 100644
--- a/download/index.php
+++ b/download/index.php
@@ -1,7 +1,7 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 	$pageTitle 		= "JGit - Download";
 	$maven_repo		= "https://repo.eclipse.org/content/groups/releases/";
-	$version      = "3.3.2.201404171909-r";
+	$version      = "3.4.1.201406201815-r";
 
 	$html  = '<div id="midcolumn">';
 	$html .= file_get_contents('_index.html');