summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-05-16 17:29:48 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-05-16 17:29:48 (GMT)
commit1e9f014619fc9378af51b46c9d2885235415c120 (patch)
treeee8888cd91836d4978a525fb48cd08f025351d3c /library/dde
parentdad6fa2036b108d4d7dfc733e4f5379d37770999 (diff)
downloadtcl-1e9f014619fc9378af51b46c9d2885235415c120.zip
tcl-1e9f014619fc9378af51b46c9d2885235415c120.tar.gz
tcl-1e9f014619fc9378af51b46c9d2885235415c120.tar.bz2
* library/dde/pkgIndex.tcl: Applied TIP #130 which provides
* tests/winDde.test: for unique dde server names. Added * win/tclWinDde.c: some more tests. Fixes [Bug 219293]
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 dca0f21..c12e3a1 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,6 +1,6 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists ::tcl_platform(debug)]} {
- package ifneeded dde 1.2.2 [list load [file join $dir tcldde12g.dll] dde]
+ package ifneeded dde 1.2.3 [list load [file join $dir tcldde12g.dll] dde]
} else {
- package ifneeded dde 1.2.2 [list load [file join $dir tcldde12.dll] dde]
+ package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde]
}