]> andersk Git - splint.git/commitdiff
Changed "3.0.1.6" to "3.0.1.7"
authordrl7x <drl7x>
Sat, 1 Mar 2003 21:19:26 +0000 (21:19 +0000)
committerdrl7x <drl7x>
Sat, 1 Mar 2003 21:19:26 +0000 (21:19 +0000)
README
install.html

diff --git a/README b/README
index 51f7ecee3903bfedd5103a4b408ef4cb070d5595..ccc2dfd5d5a3f0d1aa8a125381eaf75d0fea5027 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
                 Massachusetts Institute of Technology
                 
                            Version 3.0.1.7
-                            25 March 2001
+                            2 March 2002
 
 Splint Documentation
 ====================
index b21b0a5535c8b5283e8062a1faf89e58dc2f93c1..2f1a7a50f9b7e43a49a95277b5d952c0ae34c927 100755 (executable)
@@ -34,16 +34,16 @@ Instructions:
   
 <li> 
 Download
-<a href="http://www.splint.org/downloads/splint-3.0.1.6.src.tgz"><em>http://www.splint.org/downloads/splint-3.0.1.6.tgz</em></a>.
+<a href="http://www.splint.org/downloads/splint-3.0.1.7.src.tgz"><em>http://www.splint.org/downloads/splint-3.0.1.7.tgz</em></a>.
  
 </a> (the latest stable release).  
 <p>
 Copy this package to the directory where you want to build Spint.  When
-the tar file is extracted, it will create a splint-3.0.1.6 subdirectory. 
+the tar file is extracted, it will create a splint-3.0.1.7 subdirectory. 
 <p>
-<li><tt>tar xzf splint-3.0.1.6.src.tgz</tt> (extract files from the archive)
+<li><tt>tar xzf splint-3.0.1.7.src.tgz</tt> (extract files from the archive)
 <p>
-<li><tt>cd splint-3.0.1.6</tt> (enter the extracted directory)
+<li><tt>cd splint-3.0.1.7</tt> (enter the extracted directory)
 <p>
 <li><tt>configure</tt>
   <blockquote>
@@ -71,10 +71,10 @@ If the build was successful, it then runs the test
 suite.  You should see:
 <blockquote>
 <pre>
-Testing splint 3.0.1.6...
+Testing splint 3.0.1.7...
 
 Version Info:
-Splint 3.0.1.6 --- 11 Feb 2002
+Splint 3.0.1.7 --- 11 Feb 2002
 
 Maintainer: splint-bug@splint.org
 
@@ -112,17 +112,17 @@ configure).
 <blockquote>
 <tt>LARCH_PATH</tt> - path to search for splint libraries and
 initializations files. If you are using the standard directories, this
-should be <tt>.:<em>base-directory</em>/splint-3.0.1.6/lib</tt>.
+should be <tt>.:<em>base-directory</em>/splint-3.0.1.7/lib</tt>.
 <p>
 <tt>LCLIMPORTDIR</tt> - directory containing lcl imports files. If you are using
-the standard directories, this is <tt><em>base-directory</em>/splint-3.0.1.6/imports</tt>.
+the standard directories, this is <tt><em>base-directory</em>/splint-3.0.1.7/imports</tt>.
 </blockquote>
 Put the commands to set these variables (the actual commands will depend
 on the shell you are using) in one of your initialization dotfiles
 (usually <tt>~/.environment</tt>). 
 <p>
 Set up your <tt>PATH</tt> to include the directory containing
-<tt>splint-3.0.1.6/bin/splint</tt>, or move the binary to a directory on
+<tt>splint-3.0.1.7/bin/splint</tt>, or move the binary to a directory on
 your command path.
 <p>
 </blockquote>
This page took 0.044556 seconds and 5 git commands to generate.