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 :)
|