diff options
author | Georg Brandl <georg@python.org> | 2012-03-04 15:26:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-04 15:26:19 (GMT) |
commit | f125bf5f94ece89b42196ec08339a750e0eb3de6 (patch) | |
tree | c3a0d45a2015275de779bb1717e0b2f23a66bb52 /Python | |
parent | 6c8850d94d9d7cdfc66de8e3769898257c1c7500 (diff) | |
download | cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.zip cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.tar.gz cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.tar.bz2 |
Update copyright years and version name.v3.3.0a1
Diffstat (limited to 'Python')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |