diff options
| author | Guido van Rossum <guido@python.org> | 1998-04-13 22:22:32 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-04-13 22:22:32 +0000 |
| commit | f61ee63a35b81b694ba842c5fcd7e76f4d3f8f49 (patch) | |
| tree | a2eb081d4214ffda74d182b2514814b586fcbe21 /PC | |
| parent | e3ae5198a33676e236bc22011874248043d52517 (diff) | |
| download | cpython-git-f61ee63a35b81b694ba842c5fcd7e76f4d3f8f49.tar.gz | |
Update version.
Diffstat (limited to 'PC')
| -rw-r--r-- | PC/python_nt.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 81d6e36dd8..b3f262ccde 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -8,7 +8,7 @@ #include "modsupport.h" #include "patchlevel.h" -#define MS_DLL_ID "1.5.0" +#define MS_DLL_ID "1.5.1" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" @@ -48,7 +48,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 1991-1996 Stichting Mathematisch Centrum, Amsterdam\0" + VALUE "LegalCopyright", "Copyright © 1991-1995 Stichting Mathematisch Centrum, Amsterdam\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION |
