summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-05 20:50:27 (GMT)
committerdgp <dgp@noemail.net>2006-04-05 20:50:27 (GMT)
commit78ad67be102895a9ab0ba759c056f3a154dcf1d2 (patch)
tree916a44100b361d7a45e5f9fe1e6f73065829c1f5 /library/dde
parentd28604e7a48dc8abe830e7eca70555be75bd83c1 (diff)
downloadtcl-78ad67be102895a9ab0ba759c056f3a154dcf1d2.zip
tcl-78ad67be102895a9ab0ba759c056f3a154dcf1d2.tar.gz
tcl-78ad67be102895a9ab0ba759c056f3a154dcf1d2.tar.bz2
Revert attempted backport of dde 1.3 to the core-8-4-branch.
FossilOrigin-Name: 444ef3366ec572633088ab54b77f49995300e5f0
Diffstat (limited to 'library/dde')
-rw-r--r--library/dde/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 3125ada..f993012 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
+ package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde]
} else {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
+ package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde]
}