]> granicus.if.org Git - python/commitdiff
Version number bump for Python 3.4.0a2. v3.4.0a2
authorLarry Hastings <larry@hastings.org>
Sat, 7 Sep 2013 11:42:07 +0000 (23:42 +1200)
committerLarry Hastings <larry@hastings.org>
Sat, 7 Sep 2013 11:42:07 +0000 (23:42 +1200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.4.spec
README

index 5cb0c75e76cbb764175a5ca7c79c548fbb77175e..4c25122892431fbe4c2ef29064fad5ca9a79c949 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0a1+"
+#define PY_VERSION             "3.4.0a2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f4076d74844f1276696d0e1bfa47f7c402900b04..3afd84fefb8c60c5badf0ce4c4c473bcafd680c3 100644 (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--
index 8cd1c0faeda16f8edf1f73ac72bb4c5e965913d4..3ba15e08f214ae3113a07787004764e810b0e946 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0a1"
+IDLE_VERSION = "3.4.0a2"
index 526998cde58fe0177c67d2f5a4db22eb77654fc5..2765e4acffeb1759d4ee512670aa4c5f014b7acf 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0a1
+%define version 3.4.0a2
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 73288568b526bb6f72cf5dfc6cc795ac48f47e25..8222a83ed7bc4efc9f9a5938c9f4370c2bb8cc9a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.0 alpha 1
+This is Python version 3.4.0 alpha 2
 ====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,