Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6445
Modified Files:
setup.py
Log Message:
bump build number to 212.1
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** setup.py 31 Jul 2008 09:30:53 -0000 1.78
--- setup.py 9 Aug 2008 01:49:49 -0000 1.79
***************
*** 1,3 ****
! build_id="212" # 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="212.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 :)
|