AbstractOperatingSystem.st
branchjv
changeset 17865 598963c6ff8e
parent 17847 62aa54f44969
child 17869 9610c6c94e71
--- a/AbstractOperatingSystem.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbstractOperatingSystem.st	Wed Sep 28 20:07:49 2011 +0100
@@ -7055,12 +7055,15 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractOperatingSystem.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: AbstractOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.214 2011/08/05 16:19:00 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: AbstractOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 AbstractOperatingSystem initialize!
-