diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-17 16:27:23 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-17 16:27:23 +0000 |
commit | 9474d019eeea89070536024302131357dc7f88cb (patch) | |
tree | dcef76aa49899cf48fab2d5031be41fe63e80c3b /docs | |
parent | 84aff84cfab7fe9822a60ca378c66079bad6be85 (diff) | |
download | external_llvm-9474d019eeea89070536024302131357dc7f88cb.zip external_llvm-9474d019eeea89070536024302131357dc7f88cb.tar.gz external_llvm-9474d019eeea89070536024302131357dc7f88cb.tar.bz2 |
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')
-rw-r--r-- | docs/GettingStarted.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 04ca83a..40f51fe 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> |