summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-07-23 00:24:42 (GMT)
committerdgp <dgp@noemail.net>2004-07-23 00:24:42 (GMT)
commit078800e644512b51f22bbf30f31e02994b899d0c (patch)
tree43a880ca34af756b641c835c6cfff0e25646f600 /library/dde
parentb3eb890c84ea4e9c3a41d5e5bda775a6ac765573 (diff)
downloadtcl-078800e644512b51f22bbf30f31e02994b899d0c.zip
tcl-078800e644512b51f22bbf30f31e02994b899d0c.tar.gz
tcl-078800e644512b51f22bbf30f31e02994b899d0c.tar.bz2
* win/tclWinDde.c: Bump to dde 1.2.3 to cover changes
* library/dde/pkgIndex.tcl: committed on 2004-06-14. * changes: Updated for Tcl 8.4.7 release. FossilOrigin-Name: fe4f8071482d3eefcff49e4b9843f1e4f8e877da
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 b293134..ca9a78f 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.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]
}