category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:30:28 +0200
changeset 700 2f3535bb1260
parent 699 f757dad44c8e
child 701 b9cadb6066e1
category change
MCVersionInfo.st
--- a/MCVersionInfo.st	Tue Sep 11 23:30:22 2012 +0200
+++ b/MCVersionInfo.st	Tue Sep 11 23:30:28 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'id name message date time author'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 MCVersionInfo comment:'Adds to the record of ancestry, other identifying details.'
@@ -162,5 +162,5 @@
 !MCVersionInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionInfo.st,v 1.3 2011-12-02 15:10:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionInfo.st,v 1.4 2012-09-11 21:30:28 cg Exp $'
 ! !