| commit | 791a6bcf181b8910bee0d9fa384101c626dae2c8 | [log] [tgz] |
|---|---|---|
| author | Markus Knauer <mknauer@eclipsesource.com> | Wed Jun 27 15:24:12 2018 +0200 |
| committer | Markus Knauer <mknauer@eclipsesource.com> | Wed Jun 27 15:24:12 2018 +0200 |
| tree | d47783c4c7ec1d7197f1ecdde3c6883642cc96cf | |
| parent | bead767c5ebdd6dceb7f3d308ef30b42d3d3970c [diff] |
Publish RAP 3.5.0-R and make it visible Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/downloads/index.php b/downloads/index.php index 140ad12..90d5434 100644 --- a/downloads/index.php +++ b/downloads/index.php
@@ -9,7 +9,7 @@ // --- TO BE CHANGED WITH EVERY RELEASE --- - $releaseBuilds = new Builds( "3.4" ); + $releaseBuilds = new Builds( "3.5" ); $stableBuilds = new Builds( "3.5" ); // ---