MCVersion.st
changeset 882 e646ec04fd53
parent 765 03519ebb18d1
child 891 a4e2e9b2947d
--- a/MCVersion.st	Thu Jun 06 21:15:53 2013 +0200
+++ b/MCVersion.st	Fri Jun 07 03:10:18 2013 +0200
@@ -62,6 +62,12 @@
 	^ info
 !
 
+info: anMCAncestry
+    info := anMCAncestry.
+
+    "Modified (format): / 07-06-2013 / 01:01:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 package
 	^ package
 !
@@ -237,10 +243,10 @@
 !MCVersion class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.8 2013-03-25 13:23:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.9 2013-06-07 01:10:18 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.8 2013-03-25 13:23:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.9 2013-06-07 01:10:18 vrany Exp $'
 ! !