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 | 3a32a9f2647769f3e568e09c57554c1284182b41 (patch) | |
tree | 41a945a81953401886b3331674e3ef2e3a03290d /library/dde | |
parent | 915aa15714f4a449601de52e5d04ebff977985fa (diff) | |
download | tcl-3a32a9f2647769f3e568e09c57554c1284182b41.zip tcl-3a32a9f2647769f3e568e09c57554c1284182b41.tar.gz tcl-3a32a9f2647769f3e568e09c57554c1284182b41.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/dde')
-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] } |