[pywin32-checkins] pywin32/Wise win32all.wse,1.31,1.32
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-09-01 08:20:20
|
Update of /cvsroot/pywin32/pywin32/Wise In directory sc8-pr-cvs1:/tmp/cvs-serv29597 Modified Files: win32all.wse Log Message: Change default values from 2.2 to 2.3 Index: win32all.wse =================================================================== RCS file: /cvsroot/pywin32/pywin32/Wise/win32all.wse,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** win32all.wse 27 Jul 2003 23:04:27 -0000 1.31 --- win32all.wse 1 Sep 2003 08:20:16 -0000 1.32 *************** *** 18,22 **** Patch Threshold=85 Patch Memory=4000 ! EXE Filename=win32all-157.exe Code Sign Name=Python Win32 combined extensions Code Sign Info=skippinet.com.au --- 18,22 ---- Patch Threshold=85 Patch Memory=4000 ! EXE Filename=win32all-20030731.exe Code Sign Name=Python Win32 combined extensions Code Sign Info=skippinet.com.au *************** *** 35,39 **** Variable Name4=PYVER_DOTTED Variable Description4=Python version number ! Variable Default4=2.2 Variable Values4=1.5 Variable Values4=1.6 --- 35,39 ---- Variable Name4=PYVER_DOTTED Variable Description4=Python version number ! Variable Default4=2.3 Variable Values4=1.5 Variable Values4=1.6 *************** *** 42,49 **** Variable Values4=2.2 Variable Values4=2.3 Variable Flags4=00000010 Variable Name5=PYVER_NODOT Variable Description5=Python version number, without a dot. ! Variable Default5=22 Variable Values5=15 Variable Values5=16 --- 42,50 ---- Variable Values4=2.2 Variable Values4=2.3 + Variable Values4=2.4 Variable Flags4=00000010 Variable Name5=PYVER_NODOT Variable Description5=Python version number, without a dot. ! Variable Default5=23 Variable Values5=15 Variable Values5=16 *************** *** 52,55 **** --- 53,57 ---- Variable Values5=22 Variable Values5=23 + Variable Values5=24 Variable Flags5=00000010 Variable Name6=PY_DEV_BUILD |