mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Bump version and store DLL version in a string variable (for branding).
This commit is contained in:
parent
6c1e5f2033
commit
ff8c9dab19
1 changed files with 9 additions and 1 deletions
|
|
@ -8,12 +8,20 @@
|
|||
#include "modsupport.h"
|
||||
#include "patchlevel.h"
|
||||
|
||||
#define MS_DLL_ID "1.5.0"
|
||||
|
||||
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
|
||||
|
||||
#ifndef PYTHON_DLL_NAME
|
||||
#define PYTHON_DLL_NAME "Python14.dll"
|
||||
#define PYTHON_DLL_NAME "Python15.dll"
|
||||
#endif
|
||||
|
||||
// String Tables
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
1000, MS_DLL_ID
|
||||
END
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue