diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-08-13 15:47:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-08-13 15:47:36 (GMT) |
commit | 54cda44f749d9aab7863e60870f1b9a6d2d4a191 (patch) | |
tree | 3341780ecfce61bc30e82096ee3723c2b8925597 /Misc/RPM | |
parent | f9f2c00f8820523564819fa3e2c11ebcb2ac109b (diff) | |
download | cpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.zip cpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.tar.gz cpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.tar.bz2 |
bump version to 3.1.1rc1
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/RPM/python-3.1.spec b/Misc/RPM/python-3.1.spec index 443789a..ce37597 100644 --- a/Misc/RPM/python-3.1.spec +++ b/Misc/RPM/python-3.1.spec @@ -34,7 +34,7 @@ %define name python #--start constants-- -%define version 3.1.1a0 +%define version 3.1.1rc1 %define libver 3.1 #--end constants-- %define release 1pydotorg |