version_CVS
authorClaus Gittinger <cg@exept.de>
Thu, 29 Sep 2011 13:19:54 +0200
changeset 2951 1c0bd26a6683
parent 2950 4527bf8b1d19
child 2952 1cedbbc95433
version_CVS
ValueModel.st
--- a/ValueModel.st	Thu Sep 29 13:19:53 2011 +0200
+++ b/ValueModel.st	Thu Sep 29 13:19:54 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview2' }"
 
 Model subclass:#ValueModel
@@ -168,5 +167,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.31 2002-07-31 12:05:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.32 2011-09-29 11:19:54 cg Exp $'
 ! !