Merged revisions 1675-1736 via svnmerge from
[scons.git] / README
diff --git a/README b/README
index c0c013e0b92089adace175dbf5c42e26aafb76ff..7d5c84b5252dd4c611ba3f7cfa346b61e089aa01 100644 (file)
--- a/README
+++ b/README
@@ -83,12 +83,12 @@ In this case, your options are:
     --  (Optional.)  Install from a pre-packaged SCons package that
         does not require distutils:
 
-            Red Hat Linux       scons-0.96.92.noarch.rpm
+            Red Hat Linux       scons-0.96.93.noarch.rpm
 
-            Debian GNU/Linux    scons_0.96.92_all.deb
+            Debian GNU/Linux    scons_0.96.93_all.deb
                                 (or use apt-get)
 
-            Windows             scons-0.96.92.win32.exe
+            Windows             scons-0.96.93.win32.exe
 
     --  (Recommended.)  Download the latest distutils package from the
         following URL:
@@ -152,7 +152,7 @@ And on Windows:
 
 By default, the above commands will do the following:
 
-    --  Install the version-numbered "scons-0.96.92" and "sconsign-0.96.92"
+    --  Install the version-numbered "scons-0.96.93" and "sconsign-0.96.93"
         scripts in the default system script directory (/usr/bin or
         C:\Python*\Scripts, for example).  This can be disabled by
         specifying the "--no-version-script" option on the command
@@ -165,15 +165,15 @@ By default, the above commands will do the following:
         if you want to install and experiment with a new version before
         making it the default on your system.  On UNIX or Linux systems,
         you can have the "scons" and "sconsign" scripts be hard links or
-        symbolic links to the "scons-0.96.92" and "sconsign-0.96.92" scripts
+        symbolic links to the "scons-0.96.93" and "sconsign-0.96.93" scripts
         by specifying the "--hardlink-scons" or "--symlink-scons"
         options on the command line.
 
-    --  Install "scons-0.96.92.bat" and "scons.bat" wrapper scripts in the
+    --  Install "scons-0.96.93.bat" and "scons.bat" wrapper scripts in the
         Python prefix directory on Windows (C:\Python*, for example).
         This can be disabled by specifying the "--no-install-bat" option
         on the command line.  On UNIX or Linux systems, the
-        "--install-bat" option may be specified to have "scons-0.96.92.bat"
+        "--install-bat" option may be specified to have "scons-0.96.93.bat"
         and "scons.bat" files installed in the default system script
         directory, which is useful if you want to install SCons in a
         shared file system directory that can be used to execute SCons
@@ -181,7 +181,7 @@ By default, the above commands will do the following:
 
     --  Install the SCons build engine (a Python module) in an
         appropriate version-numbered SCons library directory
-        (/usr/lib/scons-0.96.92 or C:\Python*\scons-0.96.92, for example).
+        (/usr/lib/scons-0.96.93 or C:\Python*\scons-0.96.93, for example).
         See below for more options related to installing the build
         engine library.
 
@@ -484,13 +484,13 @@ tests instead of running all of "runtest.py -a".
 BUILDING PACKAGES
 =================
 
-We use SCons (version 0.96 or later) to build its own packages.  If you
+We use SCons (version 0.96.93 later) to build its own packages.  If you
 already have an appropriate version of SCons installed on your system,
 you can build everything by simply running it:
 
         $ scons
 
-If you don't have SCons version 0.96 or later already installed on your
+If you don't have SCons version 0.96.93 later already installed on your
 system, you can build this version of SCons with itself with a little more
 typing.  On UNIX or Linux (using sh or a derivative like bash or ksh):
 
@@ -505,18 +505,18 @@ On Windows:
 Depending on the utilities installed on your system, any or all of the
 following packages will be built:
 
-        build/dist/scons-0.96.92-1.noarch.rpm
-        build/dist/scons-0.96.92-1.src.rpm
-        build/dist/scons-0.96.92.linux-i686.tar.gz
-        build/dist/scons-0.96.92.tar.gz
-        build/dist/scons-0.96.92.win32.exe
-        build/dist/scons-0.96.92.zip
-        build/dist/scons-doc-0.96.92.tar.gz
-        build/dist/scons-local-0.96.92.tar.gz
-        build/dist/scons-local-0.96.92.zip
-        build/dist/scons-src-0.96.92.tar.gz
-        build/dist/scons-src-0.96.92.zip
-        build/dist/scons_0.96.92-1_all.deb
+        build/dist/scons-0.96.93-1.noarch.rpm
+        build/dist/scons-0.96.93-1.src.rpm
+        build/dist/scons-0.96.93.linux-i686.tar.gz
+        build/dist/scons-0.96.93.tar.gz
+        build/dist/scons-0.96.93.win32.exe
+        build/dist/scons-0.96.93.zip
+        build/dist/scons-doc-0.96.93.tar.gz
+        build/dist/scons-local-0.96.93.tar.gz
+        build/dist/scons-local-0.96.93.zip
+        build/dist/scons-src-0.96.93.tar.gz
+        build/dist/scons-src-0.96.93.zip
+        build/dist/scons_0.96.93-1_all.deb
 
 The SConstruct file is supposed to be smart enough to avoid trying to
 build packages for which you don't have the proper utilities installed.