diff options
| author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-04-30 22:14:18 +0200 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-04-30 22:14:18 +0200 |
| commit | 15f4f872486668769712c79110cbe0c29fd067e5 (patch) | |
| tree | ad13d6c474b868c3e61e6543599950841c774891 /setup.py | |
| parent | 65bcb41240e260e5f8c85e4e30a8f6bc68c72567 (diff) | |
| download | numpy-15f4f872486668769712c79110cbe0c29fd067e5.tar.gz | |
REL: include OS X version in dmg installer name. Corresponds to python.org scheme.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(): |
