diff options
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r-- | PC/pylauncher.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc index df5824a..634b8d6 100644 --- a/PC/pylauncher.rc +++ b/PC/pylauncher.rc @@ -34,7 +34,7 @@ BEGIN VALUE "FileDescription", "Python Launcher for Windows (Console)" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "py" - VALUE "LegalCopyright", "Copyright (C) 2011-2012 Python Software Foundation" + VALUE "LegalCopyright", "Copyright (C) 2011-2014 Python Software Foundation" VALUE "OriginalFilename", "py" VALUE "ProductName", "Python Launcher for Windows" VALUE "ProductVersion", PYTHON_VERSION |