diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
commit | 392851624f4a594f20abb7cdc08d718c71a35cd6 (patch) | |
tree | f5f5ae42dea040c66be81979cab909971c5dba8a /Misc/RPM | |
parent | 6a86a62049abd4cf6094c30126ca15a41af7efc9 (diff) | |
download | cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.zip cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.gz cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.bz2 |
bump version to 3.1 final :)
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 03fd0f6..074f958 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.1rc2 +%define version 3.1 %define libver 3.1 #--end constants-- %define release 1pydotorg |