]> granicus.if.org Git - python/commitdiff
Bump version number for 3.4.2rc1 release. v3.4.2rc1
authorLarry Hastings <larry@hastings.org>
Sat, 20 Sep 2014 23:09:56 +0000 (00:09 +0100)
committerLarry Hastings <larry@hastings.org>
Sat, 20 Sep 2014 23:09:56 +0000 (00:09 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.4.spec
README

index c1898f3ee6633ded010857c9609f61c70004741a..c101eec03bcd0641a6afc566a7bc09a1cb0f3596 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.1+"
+#define PY_VERSION             "3.4.2rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 9463a35c79fc35f1904fa97124a79cdbcd46c940..750a5033ac07233fc2dfbb773f003b1dfd475511 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.1"
+__version__ = "3.4.2rc1"
 #--end constants--
index 22acb413d967a4ac36f6350746f1d67f84a12448..3f42fdaadf43757f6e7c6b9d7bb523c652b20c09 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.1"
+IDLE_VERSION = "3.4.2rc1"
index 356021291a3598070549e27e989d9b81542f56b2..4ecf91d16a1fd9dc3e06e0d42e99682381fcecd5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.4.2?
 ===========================
 
-Release date: XXXX-XX-XX
+Release date: 2014-10-06
 
 Core and Builtins
 -----------------
index 74f55bce1f532ad55f0ba8370ccdc642dfc5342d..fde598397c1b404b0d61f2e4e96af85b03f2c5b6 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.1
+%define version 3.4.2rc1
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index f39866c0148af4ea61493655f181767e6ebf1896..f9cb10dd2a286bdb7582d47a05c5779a9461476c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.4.1
-============================
+This is Python version 3.4.2rc1
+===============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014 Python Software Foundation.  All rights reserved.