]> granicus.if.org Git - python/commitdiff
Release bump for 3.4.2 final. v3.4.2
authorLarry Hastings <larry@hastings.org>
Mon, 6 Oct 2014 02:05:50 +0000 (19:05 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 6 Oct 2014 02:05:50 +0000 (19:05 -0700)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.4.spec
README

index c101eec03bcd0641a6afc566a7bc09a1cb0f3596..b4f7590be33b601d0bfd21620a92c39a62267bd3 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.4.2rc1"
+#define PY_VERSION             "3.4.2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 750a5033ac07233fc2dfbb773f003b1dfd475511..dfe62ffa4ab02dcaf3ada5ac131bf7a0e1f7fa3a 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.2rc1"
+__version__ = "3.4.2"
 #--end constants--
index 3f42fdaadf43757f6e7c6b9d7bb523c652b20c09..40f8ceffaf7cc3fefcf7bb72c91b0ff5148cad35 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.2rc1"
+IDLE_VERSION = "3.4.2"
index fde598397c1b404b0d61f2e4e96af85b03f2c5b6..dc83c18ecab234ace7c5bb7a617cf735278af370 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.2rc1
+%define version 3.4.2
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index f9cb10dd2a286bdb7582d47a05c5779a9461476c..be613dd83bc71dc34623686bb5de34701fc99485 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.4.2rc1
-===============================
+This is Python version 3.4.2
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014 Python Software Foundation.  All rights reserved.