Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-10 15:29:33 +0000
committerMatthias Sohn2018-09-10 15:29:33 +0000
commitf03683ec0c2061768404d26696b38cf13e370872 (patch)
tree4eebeb0dd76184dbf155541f777a7b529af2122b
parentdcabd4e9f601936a5fa69f31b563a84099f7402c (diff)
downloadjgit-f03683ec0c2061768404d26696b38cf13e370872.tar.gz
jgit-f03683ec0c2061768404d26696b38cf13e370872.tar.xz
jgit-f03683ec0c2061768404d26696b38cf13e370872.zip
Update download page for 5.0.3
Change-Id: I6ab723be3970d5c0cdb4854d9417db5dc5fd23c8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 470d26f..a590073 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?php
- $version = "5.0.2.201807311906-r";
- $api_version="5.0.2.201807311906-r"; // For API docs and CLIRR reports
+ $version = "5.0.3.201809091024-r";
+ $api_version="5.0.3.201809091024-r"; // For API docs and CLIRR reports
?> \ No newline at end of file

Back to the top