Skip to content

Commit f125bf5

Browse files
committed
Update copyright years and version name.
1 parent 6c8850d commit f125bf5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ been GPL-compatible; the table below summarizes the various releases.
118118
+----------------+--------------+------------+------------+-----------------+
119119
| 3.2.2 | 3.2.1 | 2011 | PSF | yes |
120120
+----------------+--------------+------------+------------+-----------------+
121-
| 3.3 | 3.2 | 2012 | PSF | yes |
121+
| 3.3.0 | 3.2 | 2012 | PSF | yes |
122122
+----------------+--------------+------------+------------+-----------------+
123123

124124
.. note::

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the various releases.
7373
3.2 3.1 2011 PSF yes
7474
3.2.1 3.2 2011 PSF yes
7575
3.2.2 3.2.1 2011 PSF yes
76-
3.3 3.2 2012 PSF yes
76+
3.3.0 3.2 2012 PSF yes
7777

7878
Footnotes:
7979

PC/python_nt.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# include "pythonnt_rc.h"
1313
#endif
1414

15-
/* e.g., 2.1a2
15+
/* e.g., 3.3.0a1
1616
* PY_VERSION comes from patchevel.h
1717
*/
1818
#define PYTHON_VERSION PY_VERSION "\0"

Python/getcopyright.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ All Rights Reserved.";
1919
const char *
2020
Py_GetCopyright(void)
2121
{
22-
return cprt;
22+
return cprt;
2323
}

0 commit comments

Comments
 (0)