MCFilteredVersionSorter.st
changeset 628 bd94d6c7aad0
parent 73 c1f0b06b5d3f
--- a/MCFilteredVersionSorter.st	Tue Sep 11 23:21:59 2012 +0200
+++ b/MCFilteredVersionSorter.st	Tue Sep 11 23:22:04 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'target'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 
@@ -33,5 +33,5 @@
 !MCFilteredVersionSorter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFilteredVersionSorter.st,v 1.1 2006-11-22 13:15:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFilteredVersionSorter.st,v 1.2 2012-09-11 21:22:04 cg Exp $'
 ! !