aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/binbuf-test.tcl2
-rw-r--r--pdlib.tcl3
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/binbuf-test.tcl b/examples/binbuf-test.tcl
index 926af8c..9c9117f 100644
--- a/examples/binbuf-test.tcl
+++ b/examples/binbuf-test.tcl
@@ -1,5 +1,5 @@
package require Tclpd 0.2.2
-package require TclpdLib 0.17
+package require TclpdLib 0.18
pd::class binbuf-test {
constructor {
diff --git a/pdlib.tcl b/pdlib.tcl
index 4c45cb5..d6509b9 100644
--- a/pdlib.tcl
+++ b/pdlib.tcl
@@ -1,9 +1,10 @@
# TCL objectized library for PD api
# by Federico Ferri <mescalinum@gmail.com> - (C) 2007-2009
-package provide TclpdLib 0.17
+package provide TclpdLib 0.18
package require Tcl 8.5
+package require Tclpd 0.2.2
set verbose 0