aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-02-02 18:01:57 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-02-02 18:01:57 +0000
commit3ce110393b3c30d9e7ebd449f2b347fcbe382e3b (patch)
tree344f7afd3b32327c7f2ae918c215d477b99d11cc /docs/GettingStarted.html
parentb014d3e35b93c56e45287172289022c760afe9fa (diff)
downloadexternal_llvm-3ce110393b3c30d9e7ebd449f2b347fcbe382e3b.zip
external_llvm-3ce110393b3c30d9e7ebd449f2b347fcbe382e3b.tar.gz
external_llvm-3ce110393b3c30d9e7ebd449f2b347fcbe382e3b.tar.bz2
* Instead of fixing the version numbers before every release, mark them as x.y
* Eliminate the redundant "This is the..." in released file listing * Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index c502e75..8bf80d3 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -587,29 +587,29 @@ additional test suite that is optional. Each file is a TAR archive that is
compressed with the gzip program.
</p>
-<p> The files are as follows:
+<p>The files are as follows, with <em>x.y</em> marking the version number:
<dl>
- <dt><tt>llvm-1.4.tar.gz</tt></dt>
- <dd>This is the source code for the LLVM libraries and tools.<br/></dd>
+ <dt><tt>llvm-x.y.tar.gz</tt></dt>
+ <dd>Source release for the LLVM libraries and tools.<br/></dd>
- <dt><tt>llvm-test-1.4.tar.gz</tt></dt>
- <dd>This is the source code for the LLVM test suite.</tt></dd>
+ <dt><tt>llvm-test-x.y.tar.gz</tt></dt>
+ <dd>Source release for the LLVM test suite.</tt></dd>
- <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt>
- <dd>This is the source release of the GCC front end.<br/></dd>
+ <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
+ <dd>Source release of the GCC front end.<br/></dd>
- <dt><tt>cfrontend-1.4.sparc-sun-solaris2.8.tar.gz</tt></dt>
- <dd>This is the binary release of the GCC front end for Solaris/Sparc.
+ <dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt>
+ <dd>Binary release of the GCC front end for Solaris/Sparc.
<br/></dd>
- <dt><tt>cfrontend-1.4.i686-redhat-linux-gnu.tar.gz</tt></dt>
- <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd>
+ <dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
+ <dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
- <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt>
- <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
+ <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
+ <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
- <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
- <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
+ <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
+ <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
</dl>
</div>
@@ -639,7 +639,7 @@ test directories, and local copies of documentation files.</p>
<p>If you want to get a specific release (as opposed to the most recent
revision), you can specify a label. The following releases have the following
-label:</p>
+labels:</p>
<ul>
<li>Release 1.4: <b>RELEASE_14</b></li>