[www-releases] r350782 - Add 7.0.1 links to the download table
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 16:14:40 PST 2019
Author: tstellar
Date: Wed Jan 9 16:14:40 2019
New Revision: 350782
URL: http://llvm.org/viewvc/llvm-project?rev=350782&view=rev
Log:
Add 7.0.1 links to the download table
Modified:
www-releases/trunk/index.html
Modified: www-releases/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/index.html?rev=350782&r1=350781&r2=350782&view=diff
==============================================================================
--- www-releases/trunk/index.html (original)
+++ www-releases/trunk/index.html Wed Jan 9 16:14:40 2019
@@ -74,6 +74,7 @@ function addReleases() {
// date, version, [releasenotes, docs].
var RELEASES = [
+ ['21 Dec 2018', '7.0.1'],
['19 Sep 2018', '7.0.0', ['llvm', 'clang', 'lld', 'clang-extra'], ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly']],
['5 Jul 2018', '6.0.1'],
['16 May 2018', '5.0.2'],
More information about the llvm-commits
mailing list