InlineObjectClassDescription.st
branchjv
changeset 17892 d86c8bd5ece3
parent 17869 9610c6c94e71
child 17910 8d796ca8bd1d
equal deleted inserted replaced
17891:171ea0df4588 17892:d86c8bd5ece3
    51 ! !
    51 ! !
    52 
    52 
    53 !InlineObjectClassDescription class methodsFor:'documentation'!
    53 !InlineObjectClassDescription class methodsFor:'documentation'!
    54 
    54 
    55 version
    55 version
    56     ^ '$Id: InlineObjectClassDescription.st 10700 2011-09-29 15:44:37Z vranyj1 $'
    56     ^ '$Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.2 2010/08/13 16:57:49 cg Exp $'
    57 !
    57 !
    58 
    58 
    59 version_CVS
    59 version_CVS
    60     ^ '§Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.2 2010/08/13 16:57:49 cg Exp §'
    60     ^ '§Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.2 2010/08/13 16:57:49 cg Exp §'
    61 !
    61 !
    62 
    62 
    63 version_SVN
    63 version_SVN
    64     ^ '$Id: InlineObjectClassDescription.st 10700 2011-09-29 15:44:37Z vranyj1 $'
    64     ^ '$Id: InlineObjectClassDescription.st 10729 2011-10-31 22:19:21Z vranyj1 $'
    65 ! !
    65 ! !
       
    66