Update copyright years and version name.

This commit is contained in:
Georg Brandl 2012-03-04 16:26:19 +01:00
parent 6c8850d94d
commit f125bf5f94
4 changed files with 4 additions and 4 deletions

View file

@ -19,5 +19,5 @@ All Rights Reserved.";
const char *
Py_GetCopyright(void)
{
return cprt;
return cprt;
}