diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
commit | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (patch) | |
tree | 5f5dae5789df09b9aa4aa699d951edd0422ce9cb /Misc/RPM | |
parent | d6e857b0da954db1b39afba67d9072252abade57 (diff) | |
download | cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.zip cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.gz cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.bz2 |
Bump version to 3.3.0 final.
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.3.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index ce21695..936a21f 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.3.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.3.0rc3 +%define version 3.3.0 %define libvers 3.3 #--end constants-- %define release 1pydotorg |