From ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 11 Oct 2002 17:51:44 +0000 Subject: [PATCH] Repair the DLL name -- this has to match the major.minor version numbers. --- 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 37129f17186..83174359524 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -15,7 +15,7 @@ #define MS_DLL_ID "2.3" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "python22.dll" +#define PYTHON_DLL_NAME "python23.dll" #endif /* Nothing below this should need to be changed except for copyright