added: #version_CVS
authorClaus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:43:13 +0200
changeset 207 83708c5fac2a
parent 206 1f1a5a9b2c7c
child 208 0682c2d1c787
added: #version_CVS
MCSnapshotReader.st
--- a/MCSnapshotReader.st	Sat Aug 20 13:43:06 2011 +0200
+++ b/MCSnapshotReader.st	Sat Aug 20 13:43:13 2011 +0200
@@ -28,5 +28,13 @@
 !MCSnapshotReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.1 2006-11-22 13:05:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.2 2011-08-20 11:43:13 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.2 2011-08-20 11:43:13 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id: MCSnapshotReader.st 5 2010-08-29 07:30:29Z vranyj1 §'
 ! !