[Python-checkins] CVS: python/dist/src/Mac _checkversion.py,1.10,1.11

Jack Jansen jackjansen@users.sourceforge.net
Tue, 23 Oct 2001 15:21:12 -0700


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

Modified Files:
	_checkversion.py 
Log Message:
Tweaks for MacPython 2.2b1

Index: _checkversion.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/_checkversion.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** _checkversion.py	2001/09/08 21:37:06	1.10
--- _checkversion.py	2001/10/23 22:21:10	1.11
***************
*** 6,10 ****
  
  _PACKAGE="MacPython"
! _VERSION="2.2a3"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"
  
--- 6,10 ----
  
  _PACKAGE="MacPython"
! _VERSION="2.2b1"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"