diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
commit | 08a9012352933e09b4e5338adbe802b814183758 (patch) | |
tree | d48730b0107a85b9f44a685bb9a9d7aea323f833 /Misc/RPM | |
parent | c7d7136c695fd31d29a83fa2de5823c9202d9392 (diff) | |
download | cpython-08a9012352933e09b4e5338adbe802b814183758.zip cpython-08a9012352933e09b4e5338adbe802b814183758.tar.gz cpython-08a9012352933e09b4e5338adbe802b814183758.tar.bz2 |
Bump version to 3.4.0 alpha 0.
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.4.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/RPM/python-3.4.spec b/Misc/RPM/python-3.4.spec index 936a21f..72f56af 100644 --- a/Misc/RPM/python-3.4.spec +++ b/Misc/RPM/python-3.4.spec @@ -39,8 +39,8 @@ %define name python #--start constants-- -%define version 3.3.0 -%define libvers 3.3 +%define version 3.4.0a0 +%define libvers 3.4 #--end constants-- %define release 1pydotorg %define __prefix /usr |