Python 3.4.0rc1: Version bump.

This commit is contained in:
Larry Hastings 2014-02-10 14:45:05 -08:00
parent 71d4e44fd7
commit e9f73ac1fd
6 changed files with 9 additions and 9 deletions

View file

@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.4.0b3"
__version__ = "3.4.0rc1"
#--end constants--