IRSend.st
changeset 37 be8c2dd09dff
parent 26 db19d89eef60
child 41 f3898a3b378d
equal deleted inserted replaced
36:1bfd09c6b3d8 37:be8c2dd09dff
    76 ! !
    76 ! !
    77 
    77 
    78 !IRSend class methodsFor:'documentation'!
    78 !IRSend class methodsFor:'documentation'!
    79 
    79 
    80 version
    80 version
    81     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRSend.st,v 1.3 2009/10/08 12:03:48 fm Exp $'
    81     ^ '$Id$'
    82 !
    82 !
    83 
    83 
    84 version_CVS
    84 version_CVS
    85     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRSend.st,v 1.3 2009/10/08 12:03:48 fm Exp $'
    85     ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRSend.st,v 1.3 2009/10/08 12:03:48 fm Exp §'
    86 !
    86 !
    87 
    87 
    88 version_SVN
    88 version_SVN
    89     ^ '$Id$'
    89     ^ '$Id::                                                                                                                        $'
    90 ! !
    90 ! !