| commit | 3c710df1b011a610c8f52813a9f586728c71e18f | [log] [tgz] |
|---|---|---|
| author | Ivan Furnadjiev <ivan@eclipsesource.com> | Wed Dec 20 15:18:27 2017 +0200 |
| committer | Ivan Furnadjiev <ivan@eclipsesource.com> | Wed Dec 20 15:18:27 2017 +0200 |
| tree | 8f08b5d64efd34d60c4d77f2375e6f7bdb4af552 | |
| parent | eb5dc3414fb0a09ac2e6ca7cf647458c5a780559 [diff] |
Show 3.4 as release build
diff --git a/downloads/index.php b/downloads/index.php index d275866..f01ca7c 100644 --- a/downloads/index.php +++ b/downloads/index.php
@@ -9,7 +9,7 @@ // --- TO BE CHANGED WITH EVERY RELEASE --- - $releaseBuilds = new Builds( "3.3" ); + $releaseBuilds = new Builds( "3.4" ); $stableBuilds = new Builds( "3.4" ); // ---