]> granicus.if.org Git - python/commitdiff
Version bump for 3.4.0a4. v3.4.0a4
authorLarry Hastings <larry@hastings.org>
Sun, 20 Oct 2013 09:01:29 +0000 (02:01 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 20 Oct 2013 09:01:29 +0000 (02:01 -0700)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.4.spec
README

index b38c72cfede21c20fae5b93bb42f47a5dc4f2124..bf4407fcfdb5cafb1656735d9e0a5c670c164370 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0a3+"
+#define PY_VERSION             "3.4.0a4"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index cc18893517ecb06ee8d8d85ea056860fd9199d5e..355542edd0b6bfba3a82c077280ea469bab5c054 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.0a3"
+__version__ = "3.4.0a4"
 #--end constants--
index e15a0a2381b84a0634e94f1c0efb8d654fea0a77..fed9779a3373e7bc0e9f4092ab788f4ae553afb7 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0a3"
+IDLE_VERSION = "3.4.0a4"
index 5d4ac7504aac5da53853226fa8a86c48e0f43bf3..0574043d35c6f89745e1480f7b243c16a8412cba 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.4.0 Alpha 4?
 ================================
 
-Projected release date: 2013-10-20
+Release date: 2013-10-20
 
 Core and Builtins
 -----------------
index 4e9a86354fa47df82cc82889d55fa19c289b3ccd..a23cb2719f6603917091b207c9ae0d4369daab3c 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0a3
+%define version 3.4.0a4
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index b39f235c2197870a06205d3080e73e612434ee80..002656ea94c0374111819974d563044722100020 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.0 alpha 3
+This is Python version 3.4.0 alpha 4
 ====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,