SHA1Stream.st
branchjv
changeset 17767 a4a32df3aa5e
parent 17763 019bb9c842c5
child 17772 6e0b3c06c364
--- a/SHA1Stream.st	Thu May 20 14:35:23 2010 +0100
+++ b/SHA1Stream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -682,16 +682,17 @@
 !SHA1Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SHA1Stream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SHA1Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010/04/13 14:36:36 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010-04-13 14:36:36 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SHA1Stream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SHA1Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 SHA1Stream initialize!
 
+