]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Version bump & copyright year update for 3.4.10rc1. v3.4.10rc1
authorLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 02:06:04 +0000 (18:06 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 02:06:04 +0000 (18:06 -0800)
Doc/copyright.rst
Doc/license.rst
Include/patchlevel.h
LICENSE
PC/python_nt.rc
Python/getcopyright.c
README

index 540ff5ef0593af71039f7b9fc384e4d3174620c1..393a1f03751f823fdc370686ebaf3aa6fb848099 100644 (file)
@@ -4,7 +4,7 @@ Copyright
 
 Python and this documentation is:
 
-Copyright © 2001-2018 Python Software Foundation. All rights reserved.
+Copyright © 2001-2019 Python Software Foundation. All rights reserved.
 
 Copyright © 2000 BeOpen.com. All rights reserved.
 
index 5cb3e0b18681b4c44809af2f7ae5c628557d97f3..7478e24301282c8318b9c59d94067c3368d8ae53 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-2018 Python Software Foundation; All Rights
+   copyright, i.e., "Copyright © 2001-2019 Python Software Foundation; All Rights
    Reserved" are retained in Python |release| alone or in any derivative version
    prepared by Licensee.
 
index 378ca4388edc727fb594304a8faedd97ebda046a..f8e8cd3cb5f05bbcb757246f1bf3fbad872dd21a 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       9
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       10
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.9+"
+#define PY_VERSION             "3.4.10rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/LICENSE b/LICENSE
index 0aec996c25ac898f63b3d8d8f707bca407676f4d..e99408b57b5e6c1ee469740f70eb844d330b4d24 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -73,10 +73,10 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
 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, 2018 Python Software Foundation; All
-Rights Reserved" are retained in Python alone or in any derivative version prepared
-by Licensee.
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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 6d34e2559f18ff6807f6f938e6042708409b2068..5fb0fd54d55f12d309712fa379266ab64dfee35a 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-2018 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2019 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 51772ecef31797e68cd8d2b2732b4db516c5624f..27a1731f46ded490c47b1dbf0120e92643c36d8e 100644 (file)
@@ -4,7 +4,7 @@
 
 static const char cprt[] =
 "\
-Copyright (c) 2001-2018 Python Software Foundation.\n\
+Copyright (c) 2001-2019 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 4467ef64dac70b809ed956f916fa3f7e3da6aa6d..644079004165fbf6417f29a8a9bee4f8c74dcb4a 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-This is Python version 3.4.9
-============================
+This is Python version 3.4.10rc1
+================================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation.  All rights
-reserved.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
+Foundation.  All rights reserved.
 
 Python 3.x is a new version of the language, which is incompatible with the 2.x
 line of releases.  The language is mostly the same, but many details, especially
@@ -175,9 +175,9 @@ See PEP 429 for release details: http://www.python.org/dev/peps/pep-0429/
 Copyright and License Information
 ---------------------------------
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation.  All rights
-reserved.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
+Foundation.  All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.  All rights reserved.