diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-24 10:05:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-24 10:05:50 (GMT) |
commit | 3186e522afae18a8fe8e1513d4a9e27500486613 (patch) | |
tree | aab209c5964341792f32189bac2d3ddc546f2328 /library/dde/pkgIndex.tcl | |
parent | e859f7d69ec73922d1dbdfaa19df6e7f0b82c593 (diff) | |
parent | 78bbbde35c3f53764827e54afe963af4ea244aa4 (diff) | |
download | tcl-3186e522afae18a8fe8e1513d4a9e27500486613.zip tcl-3186e522afae18a8fe8e1513d4a9e27500486613.tar.gz tcl-3186e522afae18a8fe8e1513d4a9e27500486613.tar.bz2 |
merge trunk
Diffstat (limited to 'library/dde/pkgIndex.tcl')
-rw-r--r-- | library/dde/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index ce92028..5b4eae9 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,7 +1,7 @@ if {![package vsatisfies [package provide Tcl] 8.5]} return if {[string compare [info sharedlibextension] .dll]} return if {[::tcl::pkgconfig get debug]} { - package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde] + package ifneeded dde 1.4.0 [list load [file join $dir tcldde14g.dll] dde] } else { - package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde] + package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde] } |