Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-03-17 08:34:41 +0000
committerMatthias Sohn2021-03-17 09:36:11 +0000
commitca9a2fc0fdc9b4d88a9713bfe48fd244786763ad (patch)
tree0f177070c02c203de138889eb12ee344b2be29ab
parent42554c0f33c5d3bbd40d9478058e4ee720329e68 (diff)
downloadjgit-ca9a2fc0fdc9b4d88a9713bfe48fd244786763ad.tar.gz
jgit-ca9a2fc0fdc9b4d88a9713bfe48fd244786763ad.tar.xz
jgit-ca9a2fc0fdc9b4d88a9713bfe48fd244786763ad.zip
Update homepage for 5.11.0.202103091610-r
Change-Id: I98f054d0d0a4d0e0282eb6adda34ebd9dec1b6db Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--download/_index.html2
-rw-r--r--version.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/download/_index.html b/download/_index.html
index 93a2f9a..cbbea14 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -77,7 +77,7 @@ depending on the application's requirements:</p>
<p>JGit can be installed from the <a href="http://www.eclipse.org/egit/">EGit</a> repository:</p>
<ul>
<li>Main Site: <a href="https://download.eclipse.org/egit/updates">https://download.eclipse.org/egit/updates</a> (Recommended)</li>
-<li>2019-09 Site (Eclipse 2019-09 uses JGit 5.5.0): <a href="https://download.eclipse.org/releases/2019-09">https://download.eclipse.org/releases/2019-09</a></li>
+<li>2021-03 Site (Eclipse 2021-03 uses JGit 5.11.0): <a href="https://download.eclipse.org/releases/2021-03">https://download.eclipse.org/releases/2021-03</a></li>
</ul>
<h2>Development Builds</h2>
diff --git a/version.php b/version.php
index 0943971..901d927 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?php
- $version = "5.10.0.202012080955-r";
- $api_version="5.10.0.202012080955-r"; // For API docs and CLIRR reports
+ $version = "5.11.0.202103091610-r";
+ $api_version="5.11.0.202103091610-r"; // For API docs and CLIRR reports
?> \ No newline at end of file

Back to the top