summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2008-12-17 16:27:23 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2008-12-17 16:27:23 +0000
commit9474d019eeea89070536024302131357dc7f88cb (patch)
treedcef76aa49899cf48fab2d5031be41fe63e80c3b /docs/GettingStarted.html
parent84aff84cfab7fe9822a60ca378c66079bad6be85 (diff)
downloadllvm-9474d019eeea89070536024302131357dc7f88cb.tar.gz
llvm-9474d019eeea89070536024302131357dc7f88cb.tar.bz2
llvm-9474d019eeea89070536024302131357dc7f88cb.tar.xz
Added mention of the RELEASE_24 tag for the 2.4 release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 04ca83a89e..40f51fe2af 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -714,9 +714,10 @@ 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 checkout it from the '<tt>tags</tt>' directory (instead of
'<tt>trunk</tt>'). The following releases are located in the following
- subdirectories of the '<tt>tags</tt>' directory:</p>
+subdirectories of the '<tt>tags</tt>' directory:</p>
<ul>
+<li>Release 2.4: <b>RELEASE_24</b></li>
<li>Release 2.3: <b>RELEASE_23</b></li>
<li>Release 2.2: <b>RELEASE_22</b></li>
<li>Release 2.1: <b>RELEASE_21</b></li>