diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:10:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:10:26 (GMT) |
commit | a25e81eb8e73c48b8b3c8f4f7114f72d4b7b9d6f (patch) | |
tree | 41a945a81953401886b3331674e3ef2e3a03290d /library | |
parent | 729b47be45a702ff78180857ffeaa1e7ce2c0de5 (diff) | |
download | tcl-a25e81eb8e73c48b8b3c8f4f7114f72d4b7b9d6f.zip tcl-a25e81eb8e73c48b8b3c8f4f7114f72d4b7b9d6f.tar.gz tcl-a25e81eb8e73c48b8b3c8f4f7114f72d4b7b9d6f.tar.bz2 |
* library/dde/pkgIndex.tcl: Long overlooked bump to dde package
* win/tclWinDde.c: version 1.2.4 (should have been done
for the Tcl 8.4.8 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 ca9a78f..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.2.3 [list load [file join $dir tcldde12g.dll] dde] + package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde] } else { - package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde] + package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde] } |