commit | f125bf5f94ece89b42196ec08339a750e0eb3de6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Mar 04 16:26:19 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Sun Mar 04 16:26:19 2012 +0100 |
tree | c3a0d45a2015275de779bb1717e0b2f23a66bb52 | |
parent | 6c8850d94d9d7cdfc66de8e3769898257c1c7500 [diff] |
Update copyright years and version name.
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 @@ const char * Py_GetCopyright(void) { - return cprt; + return cprt; }