From 88eb7a4258dbba37c8f55d53dc0b297b691e9553 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 18 Sep 2013 21:28:10 -0400 Subject: [PATCH] updated requirement for tkpath 0.3.3 --- pd/src/pkgIndex.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/pkgIndex.tcl b/pd/src/pkgIndex.tcl index 29d492f0c..a627664eb 100644 --- a/pd/src/pkgIndex.tcl +++ b/pd/src/pkgIndex.tcl @@ -17,7 +17,7 @@ namespace eval ::tkpath { };# load_package } -package ifneeded tkpath 0.3.2 [list ::tkpath::load_package $dir] +package ifneeded tkpath 0.3.3 [list ::tkpath::load_package $dir] package ifneeded tkdnd 2.6 \ "source \{$dir/tkdnd.tcl\} ; \ -- GitLab