SHA1Stream.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
   680 ! !
   680 ! !
   681 
   681 
   682 !SHA1Stream class methodsFor:'documentation'!
   682 !SHA1Stream class methodsFor:'documentation'!
   683 
   683 
   684 version
   684 version
   685     ^ '$Id: SHA1Stream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   685     ^ '$Id: SHA1Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   686 !
   686 !
   687 
   687 
   688 version_CVS
   688 version_CVS
   689     ^ '§Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010/04/13 14:36:36 cg Exp §'
   689     ^ '§Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010/04/13 14:36:36 cg Exp §'
       
   690 !
       
   691 
       
   692 version_SVN
       
   693     ^ '$Id: SHA1Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   690 ! !
   694 ! !
   691 
   695 
   692 SHA1Stream initialize!
   696 SHA1Stream initialize!