diff options
author | Guido van Rossum <guido@python.org> | 2000-03-29 01:50:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-29 01:50:50 (GMT) |
commit | 9c94a8882c7a2e86252015a50c2ffbfb3fc53d62 (patch) | |
tree | 44a7e3cc126a28a61fe80fc9f119a5162e9dbf72 /PC/python_nt.rc | |
parent | e02e48be6f589690e8fe7813203b55999afc7c39 (diff) | |
download | cpython-9c94a8882c7a2e86252015a50c2ffbfb3fc53d62.zip cpython-9c94a8882c7a2e86252015a50c2ffbfb3fc53d62.tar.gz cpython-9c94a8882c7a2e86252015a50c2ffbfb3fc53d62.tar.bz2 |
Version -> 1.6.
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 8eaa731..66b0d52 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -8,12 +8,12 @@ #include "modsupport.h" #include "patchlevel.h" -#define MS_DLL_ID "1.5" +#define MS_DLL_ID "1.6" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "Python15.dll" +#define PYTHON_DLL_NAME "Python16.dll" #endif // String Tables |