mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Different version games:
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.)
This commit is contained in:
parent
e2d81cd4d7
commit
67ab67218b
3 changed files with 20 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "modsupport.h"
|
||||
#include "patchlevel.h"
|
||||
|
||||
#define MS_DLL_ID "1.5.2"
|
||||
#define MS_DLL_ID "1.5"
|
||||
|
||||
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
|
||||
|
||||
|
@ -28,8 +28,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,0,1
|
||||
PRODUCTVERSION 1,0,0,1
|
||||
FILEVERSION 1,5,2,1
|
||||
PRODUCTVERSION 1,5,2,1
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue