MCVersion.st
changeset 696 5aadac254fdd
parent 570 ca75d756f909
child 737 1b7e7767b99f
--- a/MCVersion.st	Tue Sep 11 23:30:02 2012 +0200
+++ b/MCVersion.st	Tue Sep 11 23:30:07 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'package info snapshot dependencies'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 
@@ -230,5 +230,5 @@
 !MCVersion class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.3 2012-07-25 23:37:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersion.st,v 1.4 2012-09-11 21:30:07 cg Exp $'
 ! !