summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-04-30 22:14:18 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2011-04-30 22:14:18 +0200
commit15f4f872486668769712c79110cbe0c29fd067e5 (patch)
treead13d6c474b868c3e61e6543599950841c774891 /setup.py
parent65bcb41240e260e5f8c85e4e30a8f6bc68c72567 (diff)
downloadnumpy-15f4f872486668769712c79110cbe0c29fd067e5.tar.gz
REL: include OS X version in dmg installer name. Corresponds to python.org scheme.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0bf95e140..08a329b44 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 6
MICRO = 0
-ISRELEASED = True
-VERSION = '%d.%d.%rc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED = False
+VERSION = '%d.%d.%rc2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string
def git_version():