added: #version_CVS
authorClaus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:47:52 +0200
changeset 251 c09f587d03f5
parent 250 7837c19d79a2
child 252 e0766b054cf9
added: #version_CVS
MCPreambleDefinition.st
--- a/MCPreambleDefinition.st	Sat Aug 20 13:47:46 2011 +0200
+++ b/MCPreambleDefinition.st	Sat Aug 20 13:47:52 2011 +0200
@@ -24,5 +24,13 @@
 !MCPreambleDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.1 2006-11-22 13:09:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.2 2011-08-20 11:47:52 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.2 2011-08-20 11:47:52 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id: MCPreambleDefinition.st 5 2010-08-29 07:30:29Z vranyj1 §'
 ! !