diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
commit | 62069d3ce743c6f5f91ef3700d6bc2cc69172359 (patch) | |
tree | 4983b59818ec3a831317564edfabeab2d47cdfe1 /Misc/RPM | |
parent | 80ff2adf88e80e076774f03c7dd58e681bb08255 (diff) | |
download | cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.zip cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.gz cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.bz2 |
Bump versions and review NEWS file.
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec index 463504f..aea6441 100644 --- a/Misc/RPM/python-3.2.spec +++ b/Misc/RPM/python-3.2.spec @@ -39,8 +39,8 @@ %define name python #--start constants-- -%define version 3.2a0 -%define libvers 3.2 +%define version 3.2a1 +%define libver 3.2 #--end constants-- %define release 1pydotorg %define __prefix /usr |