[pywin32-checkins] pywin32 setup.py,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-04-12 07:26:49
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25921 Modified Files: setup.py Log Message: Build 204 Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup.py 7 Mar 2005 01:19:06 -0000 1.6 --- setup.py 12 Apr 2005 07:26:40 -0000 1.7 *************** *** 1,3 **** ! build_number=203 # Putting buildno at the top prevents automatic __doc__ assignment, and # I *want* the build number at the top :) --- 1,3 ---- ! build_number=204 # Putting buildno at the top prevents automatic __doc__ assignment, and # I *want* the build number at the top :) |