]> granicus.if.org Git - python/commitdiff
Python 3.4.0rc1: Version bump. v3.4.0rc1
authorLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 22:45:05 +0000 (14:45 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 22:45:05 +0000 (14:45 -0800)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.4.spec
README

index 5182aba9c0a477aaf26824c28c9f95401076fa90..8e8e86098fba23f94cc7ca2fb4d8de482f8edc78 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0b3+"
+#define PY_VERSION             "3.4.0rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index bf9badd5f5f8d6ccb11a8d3262011454c3130244..4c716e2075a5f7cb79e9ddcc2d5a1e771e70a582 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.0b3"
+__version__ = "3.4.0rc1"
 #--end constants--
index 641e0022de7595ce86e73edd70288485d062cdcc..8646baabbdc557c968aa7c602a0663a9a5a53de6 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0b3"
+IDLE_VERSION = "3.4.0rc1"
index 30abc7f5be2a74bd67cfd881bd79eb6984f5ca32..b4cad868446200a512e1a27b4fd469b28fe8a7e1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.4.0 release candidate 1?
 ===============================================
 
-Release date: 2014-02-09
+Release date: 2014-02-10
 
 Core and Builtins
 -----------------
index 447589490fb0d9bc0556efe698927160e344876c..a911a7e623266a596905c9b78a13fe9caecda958 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0b3
+%define version 3.4.0rc1
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 420d7311357eb9f2485851739c8ca4f8f325c150..790b947e011d9626129e477bec70e9d5cf3b3fb7 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.4.0 beta 3
-===================================
+This is Python version 3.4.0 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014 Python Software Foundation.  All rights reserved.