diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-23 00:24:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-23 00:24:42 (GMT) |
commit | 4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8 (patch) | |
tree | 43a880ca34af756b641c835c6cfff0e25646f600 /library | |
parent | 32f099af31500e24c7425ed7c762e2b665313ab0 (diff) | |
download | tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.zip tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.tar.gz tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.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.
Diffstat (limited to 'library')
-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 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] } |