category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:20:19 +0200
changeset 609 4e18c7f47be9
parent 608 7eee85d5ac28
child 610 7760d3e2045c
category change
MCAncestry.st
--- a/MCAncestry.st	Tue Sep 11 23:20:14 2012 +0200
+++ b/MCAncestry.st	Tue Sep 11 23:20:19 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'ancestors stepChildren'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 MCAncestry comment:'Abstract superclass of records of ancestry.'
@@ -146,5 +146,5 @@
 !MCAncestry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCAncestry.st,v 1.1 2006-11-22 12:44:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCAncestry.st,v 1.2 2012-09-11 21:20:19 cg Exp $'
 ! !