aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--sandbox/testpoly.tcl3
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cb5dbfa..9290a82 100644
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,7 @@ TEA_INIT
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=2
-PATCHLEVEL=93
+PATCHLEVEL=94
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
diff --git a/sandbox/testpoly.tcl b/sandbox/testpoly.tcl
index 0b3edf7..2a16288 100644
--- a/sandbox/testpoly.tcl
+++ b/sandbox/testpoly.tcl
@@ -1,6 +1,7 @@
#!/usr/local/bin/wish -f
-load ../tkzinc3.2.so
+lappend auto_path ..
+package require Tkzinc
package require Img
set top 1