update #version_SVN with § as keyword expansion character
authorfm
Thu, 08 Oct 2009 14:03:57 +0200
changeset 12182 8e65115f9c92
parent 12181 30fde7871edf
child 12183 0d17b2d9a339
update #version_SVN with § as keyword expansion character
AbstractSourceFileWriter.st
--- a/AbstractSourceFileWriter.st	Thu Oct 08 14:00:30 2009 +0200
+++ b/AbstractSourceFileWriter.st	Thu Oct 08 14:03:57 2009 +0200
@@ -142,13 +142,13 @@
 !AbstractSourceFileWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.5 2009-10-02 15:00:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009-10-08 12:03:57 fm Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.5 2009-10-02 15:00:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009-10-08 12:03:57 fm Exp $'
 !
 
 version_SVN
-    ^'Id: AbstractSourceFileWriter.st 10468 2009-08-22 08:34:50Z vranyj1 '
+    ^'§Id: AbstractSourceFileWriter.st 10468 2009-08-22 08:34:50Z vranyj1 §'
 ! !