Semaphore.st
branchjv
changeset 17761 b0e5971141bc
parent 17751 b2273fa8d59f
child 17767 a4a32df3aa5e
--- a/Semaphore.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/Semaphore.st	Mon Apr 26 19:26:38 2010 +0100
@@ -920,10 +920,13 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Semaphore.st 10501 2010-02-13 23:34:44Z vranyj1 $'
+    ^ '$Id: Semaphore.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.83 2010/02/05 12:58:06 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Semaphore.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
-