From f125bf5f94ece89b42196ec08339a750e0eb3de6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 4 Mar 2012 16:26:19 +0100 Subject: [PATCH] Update copyright years and version name. --- Doc/license.rst | 2 +- LICENSE | 2 +- PC/python_nt.rc | 2 +- Python/getcopyright.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/license.rst b/Doc/license.rst index 6f63ed44f86..9d6ef249615 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -118,7 +118,7 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+------------+------------+-----------------+ | 3.2.2 | 3.2.1 | 2011 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ -| 3.3 | 3.2 | 2012 | PSF | yes | +| 3.3.0 | 3.2 | 2012 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ .. note:: diff --git a/LICENSE b/LICENSE index 349cbbf89e1..235b5684c50 100644 --- a/LICENSE +++ b/LICENSE @@ -73,7 +73,7 @@ the various releases. 3.2 3.1 2011 PSF yes 3.2.1 3.2 2011 PSF yes 3.2.2 3.2.1 2011 PSF yes - 3.3 3.2 2012 PSF yes + 3.3.0 3.2 2012 PSF yes Footnotes: diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 5295610ae17..5010baa0fb3 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -12,7 +12,7 @@ # include "pythonnt_rc.h" #endif -/* e.g., 2.1a2 +/* e.g., 3.3.0a1 * PY_VERSION comes from patchevel.h */ #define PYTHON_VERSION PY_VERSION "\0" diff --git a/Python/getcopyright.c b/Python/getcopyright.c index d1e25787474..d83c6da1a2a 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -19,5 +19,5 @@ All Rights Reserved."; const char * Py_GetCopyright(void) { - return cprt; + return cprt; }