[ctypes-commit] ctypes/ctypes __init__.py,1.55,1.56
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2005-03-11 19:26:51
|
Update of /cvsroot/ctypes/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20807 Modified Files: __init__.py Log Message: Set version number to 0.9.5. Index: __init__.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/ctypes/__init__.py,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** __init__.py 7 Mar 2005 09:26:12 -0000 1.55 --- __init__.py 11 Mar 2005 19:26:42 -0000 1.56 *************** *** 9,13 **** del _magicfile ! __version__ = "0.9.3" from _ctypes import Union, Structure, Array --- 9,13 ---- del _magicfile ! __version__ = "0.9.5" from _ctypes import Union, Structure, Array |