diff options
author | Guido van Rossum <guido@python.org> | 1998-08-06 04:56:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-06 04:56:06 (GMT) |
commit | 11274879720d9fa1cedcc34ddbfca3f39a3d68e6 (patch) | |
tree | fbba5d45d354ab49b09f789da0f30dfacc9dd1ce /PC/python_nt.rc | |
parent | 78f6583c7c73444fbfb2fc557b118960288a7cb8 (diff) | |
download | cpython-11274879720d9fa1cedcc34ddbfca3f39a3d68e6.zip cpython-11274879720d9fa1cedcc34ddbfca3f39a3d68e6.tar.gz cpython-11274879720d9fa1cedcc34ddbfca3f39a3d68e6.tar.bz2 |
Bump MS_DLL_ID to 1.5.2
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index b3f262c..71361fe 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.1" +#define MS_DLL_ID "1.5.2" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" |