Boolean.st
branchjv
changeset 18011 deb0c3355881
parent 17911 a99f15c5efa5
parent 13757 fd0a9ad8c8e8
child 18120 e3a375d5f6a8
--- a/Boolean.st	Thu Dec 20 11:48:59 2012 +0000
+++ b/Boolean.st	Sat Jan 19 01:30:00 2013 +0000
@@ -232,16 +232,9 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011/09/29 13:24:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011-09-29 13:24:33 cg Exp $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011/09/29 13:24:33 cg Exp '
-!
-
-version_SVN
-    ^ '$Id: Boolean.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011-09-29 13:24:33 cg Exp $'
 ! !
-
-
-