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

Skip to content

Commit ff8c9da

Browse files
committed
Bump version and store DLL version in a string variable (for branding).
1 parent 6c1e5f2 commit ff8c9da

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

PC/python_nt.rc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
#include "modsupport.h"
99
#include "patchlevel.h"
1010

11+
#define MS_DLL_ID "1.5.0"
12+
1113
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
1214

1315
#ifndef PYTHON_DLL_NAME
14-
#define PYTHON_DLL_NAME "Python14.dll"
16+
#define PYTHON_DLL_NAME "Python15.dll"
1517
#endif
1618

19+
// String Tables
20+
STRINGTABLE DISCARDABLE
21+
BEGIN
22+
1000, MS_DLL_ID
23+
END
24+
1725
/////////////////////////////////////////////////////////////////////////////
1826
//
1927
// Version

0 commit comments

Comments
 (0)