diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 10:37:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 10:37:07 (GMT) |
commit | 3ebb6b361553b1a786396189e92945a59075e51a (patch) | |
tree | dc445377f7dd0d5285513a369d9e2a4ab334b29e /Misc/RPM | |
parent | 4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db (diff) | |
download | cpython-3ebb6b361553b1a786396189e92945a59075e51a.zip cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.gz cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.bz2 |
Bump trunk to 3.3 alpha 0.
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.3.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index a5ecdc7..4882fbb 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.3.spec @@ -39,8 +39,8 @@ %define name python #--start constants-- -%define version 3.2 -%define libvers 3.2 +%define version 3.3a0 +%define libvers 3.3 #--end constants-- %define release 1pydotorg %define __prefix /usr |