From 11274879720d9fa1cedcc34ddbfca3f39a3d68e6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 6 Aug 1998 04:56:06 +0000 Subject: [PATCH] Bump MS_DLL_ID to 1.5.2 --- PC/python_nt.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/python_nt.rc b/PC/python_nt.rc index b3f262ccdef..71361fe6666 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"