Point.st
branchjv
changeset 17761 b0e5971141bc
parent 17711 39faaaf888b4
child 17845 7e0cfaac936d
--- a/Point.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/Point.st	Mon Apr 26 19:26:38 2010 +0100
@@ -1184,7 +1184,11 @@
 !Point class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Point.st 10448 2009-06-14 16:10:51Z vranyj1 $'
+    ^ '$Id: Point.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Point.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 Point initialize!