Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f61ee63

Browse files
committed
Update version.
1 parent e3ae519 commit f61ee63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "modsupport.h"
99
#include "patchlevel.h"
1010

11-
#define MS_DLL_ID "1.5.0"
11+
#define MS_DLL_ID "1.5.1"
1212

1313
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
1414

@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "FileDescription", "Python Core\0"
4949
VALUE "FileVersion", PYTHON_VERSION
5050
VALUE "InternalName", "Python DLL\0"
51-
VALUE "LegalCopyright", "Copyright � 1991-1996 Stichting Mathematisch Centrum, Amsterdam\0"
51+
VALUE "LegalCopyright", "Copyright � 1991-1995 Stichting Mathematisch Centrum, Amsterdam\0"
5252
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
5353
VALUE "ProductName", "Python\0"
5454
VALUE "ProductVersion", PYTHON_VERSION

0 commit comments

Comments
 (0)