diff -r cfb6a76de348 -r 7d67cb4fb840 Win32Handle.st --- a/Win32Handle.st Thu Sep 29 13:18:57 2011 +0200 +++ b/Win32Handle.st Thu Sep 29 13:19:00 2011 +0200 @@ -9,7 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" OSHandle subclass:#Win32Handle @@ -215,5 +214,5 @@ !Win32Handle class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.7 2007-01-18 23:21:29 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.8 2011-09-29 11:19:00 cg Exp $' ! !