From: Tim Peters Date: Fri, 11 Oct 2002 17:51:44 +0000 (+0000) Subject: Repair the DLL name -- this has to match the major.minor version numbers. X-Git-Tag: v2.3c1~3809 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46;p=thirdparty%2FPython%2Fcpython.git Repair the DLL name -- this has to match the major.minor version numbers. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 37129f171867..831743595244 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