]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version number to 3.4.0b1. v3.4.0b1
authorLarry Hastings <larry@hastings.org>
Sun, 24 Nov 2013 14:59:35 +0000 (06:59 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 24 Nov 2013 14:59:35 +0000 (06:59 -0800)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.4.spec
README

index 7880d208c65560d934d58140e3138160e308664d..e6c98e4ae5d25ab26a52879b95e2b2a47a198818 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      4
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0a4+"
+#define PY_VERSION             "3.4.0b1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 355542edd0b6bfba3a82c077280ea469bab5c054..38a50869ea6e8b3e20f692ef827160fad1e708c4 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.0a4"
+__version__ = "3.4.0b1"
 #--end constants--
index fed9779a3373e7bc0e9f4092ab788f4ae553afb7..cd2c8bfc3958332c88ce3774a8b4735b3bb1b890 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0a4"
+IDLE_VERSION = "3.4.0b1"
index e24ece8ea071a85814559bfed5969d05be51169f..4aceeb547fa6e80aab1fd3aa4ed3a7020a97268b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.4.0 Beta 1?
 ==================================
 
-Projected release date: 2013-11-24
+Release date: 2013-11-24
 
 Core and Builtins
 -----------------
index a23cb2719f6603917091b207c9ae0d4369daab3c..16e009c58c062eeb70eabdc0fbfcb5695d36c29c 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0a4
+%define version 3.4.0b1
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 002656ea94c0374111819974d563044722100020..6a78046d9fa44fd0ae1e358b35b6313388f632a6 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.4.0 alpha 4
-====================================
+This is Python version 3.4.0 beta 1
+===================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.