#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 21:12:19 +0200
changeset 4021 43053b6b0786
parent 4020 888393a148bf
child 4024 aeb721b75bb8
child 4025 3e0c6dd0ad9e
#OTHER by cg category of: #version_CVS
HistoryManager.st
--- a/HistoryManager.st	Wed May 04 21:10:09 2016 +0200
+++ b/HistoryManager.st	Wed May 04 21:12:19 2016 +0200
@@ -368,12 +368,6 @@
     "Modified: 30.4.1996 / 10:57:35 / cg"
 ! !
 
-!HistoryManager class methodsFor:'others'!
-
-version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.85 2015-02-19 20:39:26 cg Exp $'
-! !
-
 !HistoryManager methodsFor:'accessing'!
 
 fullHistoryUpdate
@@ -1024,7 +1018,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.85 2015-02-19 20:39:26 cg Exp $'
+    ^ '$Header$'
 ! !
 
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
@@ -1719,8 +1713,12 @@
 
 !HistoryManager class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
-    ^ '$Id: HistoryManager.st,v 1.85 2015-02-19 20:39:26 cg Exp $'
+    ^ '$Id$'
 ! !