diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-17 23:23:13 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-17 23:23:13 (GMT) |
commit | 97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e (patch) | |
tree | 77008903f9a4ef28cae03a710de92279618a52c8 /PC/python_nt.rc | |
parent | 6425efe9aeb27fb698553b4cfcd925517052df72 (diff) | |
download | cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.zip cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.gz cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.bz2 |
Windows: 2.1a1 changes so Python runs again. Note that the python20
subproject is gone, replaced by the new pythoncore subproject.
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 76ec975..4554411b 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -13,7 +13,7 @@ #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "Python20.dll" +#define PYTHON_DLL_NAME "Python21.dll" #endif // String Tables |