diff options
Diffstat (limited to 'examples/list_change.tcl')
-rw-r--r-- | examples/list_change.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/list_change.tcl b/examples/list_change.tcl index 26190e4..82c751d 100644 --- a/examples/list_change.tcl +++ b/examples/list_change.tcl @@ -1,5 +1,5 @@ -package require Tclpd 0.2.3 -package require TclpdLib 0.19 +package require Tclpd 0.3.0 +package require TclpdLib 0.20 proc+ list_change::constructor {self args} { # add second inlet (first created by default) |