diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-18 21:12:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-18 21:12:25 (GMT) |
commit | 52709e321cd63aa7b091a9d44c3fba78013878cf (patch) | |
tree | f20f9a58b722e5dac0b6cd7d49a758f57babaf1f /PC/python_nt.rc | |
parent | bc524c4e9f267650ad14156f15e22f2b735aa421 (diff) | |
download | cpython-52709e321cd63aa7b091a9d44c3fba78013878cf.zip cpython-52709e321cd63aa7b091a9d44c3fba78013878cf.tar.gz cpython-52709e321cd63aa7b091a9d44c3fba78013878cf.tar.bz2 |
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 3061deb..008ad09 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -13,10 +13,10 @@ * PYTHON_DLL_NAME ditto. * MS_DLL_ID must match PY_VERSION in the Windows install script. */ -#define MS_DLL_ID "2.1" +#define MS_DLL_ID "2.2" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "python21.dll" +#define PYTHON_DLL_NAME "python22.dll" #endif /* Nothing below this should need to be changed except for copyright |