Smalltalk.st
changeset 14210 06966b03a12c
parent 14020 3cbf9505591c
child 14269 b540d11186f4
equal deleted inserted replaced
14209:912e4845d386 14210:06966b03a12c
  7644      Incremented for releases which fix bugs/add features
  7644      Incremented for releases which fix bugs/add features
  7645      and represent a stable workable version which got published
  7645      and represent a stable workable version which got published
  7646      to the outside world.
  7646      to the outside world.
  7647 
  7647 
  7648      ST/X revision Naming is:
  7648      ST/X revision Naming is:
  7649 	<major>.<minor>.<revision>.<release>"
  7649         <major>.<minor>.<revision>.<release>"
  7650 
  7650 
  7651     ^ 1
  7651     ^ 2
  7652 
  7652 
  7653     "
  7653     "
  7654      Smalltalk revisionNr
  7654      Smalltalk revisionNr
  7655      Smalltalk hello string
  7655      Smalltalk hello string
  7656     "
  7656     "
  7657 
  7657 
  7658     "Modified: / 12-08-2010 / 01:20:56 / cg"
  7658     "Modified: / 18-07-2012 / 19:09:42 / cg"
  7659 !
  7659 !
  7660 
  7660 
  7661 timeStamp
  7661 timeStamp
  7662     "return a string useful for timestamping a file.
  7662     "return a string useful for timestamping a file.
  7663      The returned string is padded with spaces for a constant
  7663      The returned string is padded with spaces for a constant
  7738 ! !
  7738 ! !
  7739 
  7739 
  7740 !Smalltalk class methodsFor:'documentation'!
  7740 !Smalltalk class methodsFor:'documentation'!
  7741 
  7741 
  7742 version
  7742 version
  7743     ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.990 2012-02-22 13:28:10 stefan Exp $'
  7743     ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.991 2012-07-18 17:09:50 cg Exp $'
  7744 !
  7744 !
  7745 
  7745 
  7746 version_CVS
  7746 version_CVS
  7747     ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.990 2012-02-22 13:28:10 stefan Exp $'
  7747     ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.991 2012-07-18 17:09:50 cg Exp $'
  7748 !
  7748 !
  7749 
  7749 
  7750 version_SVN
  7750 version_SVN
  7751     ^ '§ Id: Smalltalk.st 10648 2011-06-23 15:55:10Z vranyj1  §'
  7751     ^ '§ Id: Smalltalk.st 10648 2011-06-23 15:55:10Z vranyj1  §'
  7752 ! !
  7752 ! !