From: Kevin A. <ka...@us...> - 2006-07-28 15:38:23
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14232 Modified Files: __version__.py Log Message: updated version number Index: __version__.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/__version__.py,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** __version__.py 19 Oct 2004 22:19:14 -0000 1.39 --- __version__.py 28 Jul 2006 15:38:20 -0000 1.40 *************** *** 13,16 **** """ ! VERSION = (0, 8, 2) VERSION_STRING = ".".join([str(digit) for digit in VERSION]) --- 13,16 ---- """ ! VERSION = (0, 8, 3) VERSION_STRING = ".".join([str(digit) for digit in VERSION]) |