[llvm-commits] [llvm] r61138 - /llvm/trunk/docs/GettingStarted.html
Misha Brukman
brukman+llvm at gmail.com
Wed Dec 17 08:27:27 PST 2008
Author: brukman
Date: Wed Dec 17 10:27:23 2008
New Revision: 61138
URL: http://llvm.org/viewvc/llvm-project?rev=61138&view=rev
Log:
Added mention of the RELEASE_24 tag for the 2.4 release.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=61138&r1=61137&r2=61138&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Dec 17 10:27:23 2008
@@ -714,9 +714,10 @@
<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>
More information about the llvm-commits
mailing list