aboutsummaryrefslogtreecommitdiff
path: root/bin/pddp/pkgIndex.tcl
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2005-06-13 20:41:52 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2005-06-13 20:41:52 +0000
commit4155426928eab2265d78f4860c35e09057dde840 (patch)
treed261c307f9d6d3f1d34a4ed3fafde7420d0d227a /bin/pddp/pkgIndex.tcl
parentaebe147ae46e27127faa5c9d777de6b9ab822cc9 (diff)
toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp)
svn path=/trunk/externals/miXed/; revision=3170
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]