[Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.7,1.8
Guido van Rossum
python-dev@python.org
Tue, 28 Mar 2000 20:50:52 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/PC
In directory eric:/home/guido/hp/mal/py-patched/PC
Modified Files:
python_nt.rc
Log Message:
Version -> 1.6.
Index: python_nt.rc
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** python_nt.rc 1999/04/13 14:23:45 1.7
--- python_nt.rc 2000/03/29 01:50:50 1.8
***************
*** 9,18 ****
#include "patchlevel.h"
! #define MS_DLL_ID "1.5"
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
#ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "Python15.dll"
#endif
--- 9,18 ----
#include "patchlevel.h"
! #define MS_DLL_ID "1.6"
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
#ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "Python16.dll"
#endif