aboutsummaryrefslogtreecommitdiff
path: root/bin/pddp/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pddp/pkgIndex.tcl')
-rw-r--r--bin/pddp/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pddp/pkgIndex.tcl b/bin/pddp/pkgIndex.tcl
index a3abe3d..10b89a6 100644
--- a/bin/pddp/pkgIndex.tcl
+++ b/bin/pddp/pkgIndex.tcl
@@ -5,6 +5,6 @@ proc LoadPddp { version dir } {
source [file join $dir pddpboot.tcl]
}
-set version "0.1.0.2"
+set version "0.1.0.3"
package ifneeded pddp $version [list LoadPddp $version $dir]