]> granicus.if.org Git - python/commitdiff
Update copyright years and version name. v3.3.0a1
authorGeorg Brandl <georg@python.org>
Sun, 4 Mar 2012 15:26:19 +0000 (16:26 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 4 Mar 2012 15:26:19 +0000 (16:26 +0100)
Doc/license.rst
LICENSE
PC/python_nt.rc
Python/getcopyright.c

index 6f63ed44f86822144a0a5b0e148dd4eb07d4b46c..9d6ef24961500a435bafdb22454c2796279deff9 100644 (file)
@@ -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 349cbbf89e1189c98c7afb1c276f5ebc9aac2dc6..235b5684c508657cd2d51f0f9da38a626b3a1e3f 100644 (file)
--- 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:
 
index 5295610ae179d150542a52294e42aeaa9ff43aba..5010baa0fb36341f7def464729515209222f8899 100644 (file)
@@ -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"
index d1e2578747493b4801ace5aa108e06fa3dad9c16..d83c6da1a2abe95fb8ffaabd6eca47e29d7131e4 100644 (file)
@@ -19,5 +19,5 @@ All Rights Reserved.";
 const char *
 Py_GetCopyright(void)
 {
-       return cprt;
+    return cprt;
 }