summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/license.rst2
-rw-r--r--LICENSE2
-rw-r--r--PC/python_nt.rc2
-rw-r--r--Python/getcopyright.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index 6f63ed4..9d6ef24 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 349cbbf..235b568 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 5295610..5010baa 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 d1e2578..d83c6da 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;
}