From: drl7x Date: Sat, 1 Mar 2003 21:19:26 +0000 (+0000) Subject: Changed "3.0.1.6" to "3.0.1.7" X-Git-Tag: splint-3_1_0~55 X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/commitdiff_plain/326603f36005b5058c4e9399c830fd26bbfac0af Changed "3.0.1.6" to "3.0.1.7" --- diff --git a/README b/README index 51f7ece..ccc2dfd 100644 --- 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 ==================== diff --git a/install.html b/install.html index b21b0a5..2f1a7a5 100755 --- a/install.html +++ b/install.html @@ -34,16 +34,16 @@ Instructions:
  • Download -http://www.splint.org/downloads/splint-3.0.1.6.tgz. +http://www.splint.org/downloads/splint-3.0.1.7.tgz. (the latest stable release).

    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.

    -

  • tar xzf splint-3.0.1.6.src.tgz (extract files from the archive) +
  • tar xzf splint-3.0.1.7.src.tgz (extract files from the archive)

    -

  • cd splint-3.0.1.6 (enter the extracted directory) +
  • cd splint-3.0.1.7 (enter the extracted directory)

  • configure
    @@ -71,10 +71,10 @@ If the build was successful, it then runs the test suite. You should see:
    -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).
     
    LARCH_PATH - path to search for splint libraries and initializations files. If you are using the standard directories, this -should be .:base-directory/splint-3.0.1.6/lib. +should be .:base-directory/splint-3.0.1.7/lib.

    LCLIMPORTDIR - directory containing lcl imports files. If you are using -the standard directories, this is base-directory/splint-3.0.1.6/imports. +the standard directories, this is base-directory/splint-3.0.1.7/imports.

    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 ~/.environment).

    Set up your PATH to include the directory containing -splint-3.0.1.6/bin/splint, or move the binary to a directory on +splint-3.0.1.7/bin/splint, or move the binary to a directory on your command path.