[pywin32-checkins] pywin32 setup.py,1.124,1.125
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2011-03-05 00:18:18
|
Update of /cvsroot/pywin32/pywin32 In directory vz-cvs-2.sog:/tmp/cvs-serv5922 Modified Files: setup.py Log Message: update build ID to 216.1 Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** setup.py 27 Feb 2011 11:31:20 -0000 1.124 --- setup.py 5 Mar 2011 00:18:15 -0000 1.125 *************** *** 1,3 **** ! build_id="216" # may optionally include a ".{patchno}" suffix. # Putting buildno at the top prevents automatic __doc__ assignment, and # I *want* the build number at the top :) --- 1,3 ---- ! build_id="216.1" # may optionally include a ".{patchno}" suffix. # Putting buildno at the top prevents automatic __doc__ assignment, and # I *want* the build number at the top :) |