]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version and copyright year for 3.4.8rc1. v3.4.8rc1
authorLarry Hastings <larry@hastings.org>
Tue, 23 Jan 2018 12:32:09 +0000 (04:32 -0800)
committerLarry Hastings <larry@hastings.org>
Tue, 23 Jan 2018 12:32:09 +0000 (04:32 -0800)
Doc/copyright.rst
Doc/license.rst
Include/patchlevel.h
LICENSE
PC/python_nt.rc
Python/getcopyright.c
README

index 2b5400cd9fb03650d5556b008ec997f99e4872a7..540ff5ef0593af71039f7b9fc384e4d3174620c1 100644 (file)
@@ -4,7 +4,7 @@ Copyright
 
 Python and this documentation is:
 
-Copyright © 2001-2017 Python Software Foundation. All rights reserved.
+Copyright © 2001-2018 Python Software Foundation. All rights reserved.
 
 Copyright © 2000 BeOpen.com. All rights reserved.
 
index acbc11648c20a53414f473afdecbc6e5ac7f3f93..5cb3e0b18681b4c44809af2f7ae5c628557d97f3 100644 (file)
@@ -84,7 +84,7 @@ Terms and conditions for accessing or otherwise using Python
    analyze, test, perform and/or display publicly, prepare derivative works,
    distribute, and otherwise use Python |release| alone or in any derivative
    version, provided, however, that PSF's License Agreement and PSF's notice of
-   copyright, i.e., "Copyright © 2001-2017 Python Software Foundation; All Rights
+   copyright, i.e., "Copyright © 2001-2018 Python Software Foundation; All Rights
    Reserved" are retained in Python |release| alone or in any derivative version
    prepared by Licensee.
 
index 24a50fb25767acf8c071a6a30518ccb3ecef7a8e..8ce9df3d4d94a8a9548d47be2a433a519d491f9d 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       7
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       8
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.7+"
+#define PY_VERSION             "3.4.8rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/LICENSE b/LICENSE
index f5d0b39a0cdddb91a31a537052b7d8d31a4aa79f..0aec996c25ac898f63b3d8d8f707bca407676f4d 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -74,9 +74,9 @@ analyze, test, perform and/or display publicly, prepare derivative works,
 distribute, and otherwise use Python alone or in any derivative version,
 provided, however, that PSF's License Agreement and PSF's notice of copyright,
 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights
-Reserved" are retained in Python alone or in any derivative version prepared by
-Licensee.
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation; All
+Rights Reserved" are retained in Python alone or in any derivative version prepared
+by Licensee.
 
 3. In the event Licensee prepares a derivative work that is based on
 or incorporates Python or any part thereof, and wants to make
index 51b9798224c10ec67677633898853e6a9177e4f5..6d34e2559f18ff6807f6f938e6042708409b2068 100644 (file)
@@ -61,7 +61,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2017 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2018 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
             VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
             VALUE "ProductName", "Python\0"
             VALUE "ProductVersion", PYTHON_VERSION
index cac647c3ce40b0d36267de19bcc81827032742e9..51772ecef31797e68cd8d2b2732b4db516c5624f 100644 (file)
@@ -4,7 +4,7 @@
 
 static const char cprt[] =
 "\
-Copyright (c) 2001-2017 Python Software Foundation.\n\
+Copyright (c) 2001-2018 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index d1f6a4d16033ed9a0fe33262054b33126a270a2d..24cf54f4a994636f36dbf014be43fe4678061a84 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-This is Python version 3.4.7
-============================
+This is Python version 3.4.8rc1
+===============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation.  All rights
+2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation.  All rights
 reserved.
 
 Python 3.x is a new version of the language, which is incompatible with the 2.x
@@ -176,7 +176,7 @@ Copyright and License Information
 ---------------------------------
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation.  All rights
+2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation.  All rights
 reserved.
 
 Copyright (c) 2000 BeOpen.com.  All rights reserved.