]> granicus.if.org Git - python/commitdiff
Version bump for 3.4.0b3. v3.4.0b3
authorLarry Hastings <larry@hastings.org>
Sun, 26 Jan 2014 08:48:23 +0000 (00:48 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 26 Jan 2014 08:48:23 +0000 (00:48 -0800)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.4.spec
README

index fdb96827ca4020427a4cbd5f937276576e310e09..8f62e2bab99dab03f19137e25fe5040033317283 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0b2+"
+#define PY_VERSION             "3.4.0b3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 725a33d6dcc7abcec876ad3a8e206b2c58d1afae..bf9badd5f5f8d6ccb11a8d3262011454c3130244 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.0b2"
+__version__ = "3.4.0b3"
 #--end constants--
index fe9a481a1cedb599d15ccbdfd7f6db068caee18d..641e0022de7595ce86e73edd70288485d062cdcc 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0b2"
+IDLE_VERSION = "3.4.0b3"
index c248d7c4a391e3d52113a39f6fe020f81d5ae912..a127237e5657e88a32c0a9f1a7c3f409f6bf2eaf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.4.0 Beta 3?
 ==================================
 
-Release date: 2014-01-25
+Release date: 2014-01-26
 
 Core and Builtins
 -----------------
index 4841df2c27c2c32f96451d0861b1b4f5eff8a2b7..447589490fb0d9bc0556efe698927160e344876c 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0b2
+%define version 3.4.0b3
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index e50931f585d101aa4a65a0cdbfdfeae22574eeb3..420d7311357eb9f2485851739c8ca4f8f325c150 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.0 beta 2
+This is Python version 3.4.0 beta 3
 ===================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,