[Python-checkins] CVS: python/dist/src setup.py,1.79,1.80

Martin v. L?wis loewis@users.sourceforge.net
Tue, 12 Feb 2002 23:47:18 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv18129

Modified Files:
	setup.py 
Log Message:
Define VERSION in expat.h.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** setup.py	11 Feb 2002 23:27:45 -0000	1.79
--- setup.py	13 Feb 2002 07:47:16 -0000	1.80
***************
*** 568,572 ****
                                define_macros = [
              ('HAVE_EXPAT_H',None),
-             ('VERSION', '"1.95.2"'),
              ('XML_NS', '1'),
              ('XML_DTD', '1'),
--- 568,571 ----