Version number bump for Python 3.4.0a2.

This commit is contained in:
Larry Hastings 2013-09-07 23:42:07 +12:00
parent f1ffa3f918
commit 3a2d18b7d7
5 changed files with 6 additions and 6 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.0a1"
__version__ = "3.4.0a2"
#--end constants--

View file

@ -1 +1 @@
IDLE_VERSION = "3.4.0a1"
IDLE_VERSION = "3.4.0a2"