From 9c94a8882c7a2e86252015a50c2ffbfb3fc53d62 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 29 Mar 2000 01:50:50 +0000 Subject: Version -> 1.6. --- PC/python_nt.rc | 4 ++-- 1 file 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 -- cgit v0.12