Update text to point people at the right version of the tutorial for
authorChris Lattner <sabre@nondot.org>
Wed, 28 May 2008 06:16:08 +0000 (06:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 May 2008 06:16:08 +0000 (06:16 +0000)
their release.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51638 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl3.html

index 3228e01da129ab649b18fd78b15e0a3b53601c78..39a672dc868a41e9446daf3c76223c8de4d09e4e 100644 (file)
@@ -48,7 +48,11 @@ parser than it is to generate LLVM IR code. :)
 </p>
 
 <p><b>Please note</b>: the code in this chapter and later require LLVM 2.2 or
-LLVM SVN to work.  LLVM 2.1 and before will not work with it.</p>
+later.  LLVM 2.1 and before will not work with it.  Also note that you need
+to use a version of this tutorial that matches your LLVM release: If you are
+using an official LLVM release, use the version of the documentation included
+with your release or on the <a href="http://llvm.org/releases/">llvm.org 
+releases page</a>.</p>
 
 </div>