Skip to content

Commit

Permalink
Update version number to 0.97p6
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-robb committed Nov 19, 2015
1 parent 41b7e14 commit eb7c331
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion QMTest/TestSCons.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# to what we expect. (If we derived the version number from the same
# data driving the build we might miss errors if the logic breaks.)

SConsVersion = '0.97'
SConsVersion = '0.97p6'

__all__.extend([ 'TestSCons',
'python',
Expand Down
40 changes: 20 additions & 20 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ In this case, your options are:
-- (Optional.) Install from a pre-packaged SCons package that
does not require distutils:

Red Hat Linux scons-0.97.noarch.rpm
Red Hat Linux scons-0.97p6.noarch.rpm

Debian GNU/Linux use apt-get to get the official package

Windows scons-0.97.win32.exe
Windows scons-0.97p6.win32.exe

-- (Recommended.) Download the latest distutils package from the
following URL:
Expand Down Expand Up @@ -159,7 +159,7 @@ And on Windows:

By default, the above commands will do the following:

-- Install the version-numbered "scons-0.97" and "sconsign-0.97"
-- Install the version-numbered "scons-0.97p6" and "sconsign-0.97p6"
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
Expand All @@ -173,24 +173,24 @@ By default, the above commands will do the following:
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.97" and
"sconsign-0.97" scripts by specifying the "--hardlink-scons" or
scripts be hard links or symbolic links to the "scons-0.97p6" and
"sconsign-0.97p6" scripts by specifying the "--hardlink-scons" or
"--symlink-scons" options on the command line.

-- Install "scons-0.97.bat" and "scons.bat" wrapper scripts in the
-- Install "scons-0.97p6.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.97.bat" and "scons.bat" files installed
specified to have "scons-0.97p6.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 from both UNIX/Linux and Windows systems.

-- Install the SCons build engine (a Python module) in an
appropriate version-numbered SCons library directory
(/usr/lib/scons-0.97 or C:\Python*\scons-0.97, for example).
(/usr/lib/scons-0.97p6 or C:\Python*\scons-0.97p6, for example).
See below for more options related to installing the build
engine library.

Expand Down Expand Up @@ -527,18 +527,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.97-1.noarch.rpm
build/dist/scons-0.97-1.src.rpm
build/dist/scons-0.97.linux-i686.tar.gz
build/dist/scons-0.97.tar.gz
build/dist/scons-0.97.win32.exe
build/dist/scons-0.97.zip
build/dist/scons-doc-0.97.tar.gz
build/dist/scons-local-0.97.tar.gz
build/dist/scons-local-0.97.zip
build/dist/scons-src-0.97.tar.gz
build/dist/scons-src-0.97.zip
build/dist/scons_0.97-1_all.deb
build/dist/scons-0.97p6-1.noarch.rpm
build/dist/scons-0.97p6-1.src.rpm
build/dist/scons-0.97p6.linux-i686.tar.gz
build/dist/scons-0.97p6.tar.gz
build/dist/scons-0.97p6.win32.exe
build/dist/scons-0.97p6.zip
build/dist/scons-doc-0.97p6.tar.gz
build/dist/scons-local-0.97p6.tar.gz
build/dist/scons-local-0.97p6.zip
build/dist/scons-src-0.97p6.tar.gz
build/dist/scons-src-0.97p6.zip
build/dist/scons_0.97p6-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.
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import sys
import time

project = 'scons'
default_version = '0.97p5'
default_version = '0.97p6'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years

SConsignFile()
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import string
import sys

Version = "0.97p5"
Version = "0.97p6"

man_pages = [
'scons.1',
Expand Down

0 comments on commit eb7c331

Please sign in to comment.