Variable.st
changeset 2709 abc2a03798d9
parent 1783 f15e73db3077
child 4294 827e6e3e113c
--- a/Variable.st	Thu Sep 29 13:19:11 2011 +0200
+++ b/Variable.st	Thu Sep 29 13:20:00 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libcomp' }"
 
 Object subclass:#Variable
@@ -173,5 +172,5 @@
 !Variable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.22 2006-08-07 10:18:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.23 2011-09-29 11:20:00 cg Exp $'
 ! !