MCStxVersionInfo.st
changeset 687 ad60a36b7038
parent 535 ed3ce3df9c2a
--- a/MCStxVersionInfo.st	Tue Sep 11 23:29:15 2012 +0200
+++ b/MCStxVersionInfo.st	Tue Sep 11 23:29:20 2012 +0200
@@ -15,7 +15,7 @@
 	instanceVariableNames:'uuid'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-St/X support'
+	category:'SCM-Monticello-St/X support'
 !
 
 !MCStxVersionInfo class methodsFor:'documentation'!
@@ -76,9 +76,9 @@
 !MCStxVersionInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxVersionInfo.st,v 1.1 2011-12-04 14:43:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxVersionInfo.st,v 1.2 2012-09-11 21:29:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxVersionInfo.st,v 1.1 2011-12-04 14:43:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxVersionInfo.st,v 1.2 2012-09-11 21:29:20 cg Exp $'
 ! !