SVN__RevisionNumber.st
changeset 845 8d7c2991508e
parent 735 bd2106541e9f
child 1176 41f8e9b22447
--- a/SVN__RevisionNumber.st	Sat Oct 01 13:12:54 2011 +0200
+++ b/SVN__RevisionNumber.st	Sat Oct 01 13:13:27 2011 +0200
@@ -68,7 +68,7 @@
 !RevisionNumber class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__RevisionNumber.st,v 1.4 2009/10/19 12:23:37 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !RevisionNumber methodsFor:'accessing'!
@@ -98,9 +98,9 @@
 !RevisionNumber class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__RevisionNumber.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__RevisionNumber.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !