summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-05 16:10:26 (GMT)
committerdgp <dgp@noemail.net>2006-04-05 16:10:26 (GMT)
commit332250a1676dc5c76baa5a97494b53f82d6a140d (patch)
tree41a945a81953401886b3331674e3ef2e3a03290d /library
parent643c35b7f419b37c93a09d6c349e9a6096d0d6f1 (diff)
downloadtcl-332250a1676dc5c76baa5a97494b53f82d6a140d.zip
tcl-332250a1676dc5c76baa5a97494b53f82d6a140d.tar.gz
tcl-332250a1676dc5c76baa5a97494b53f82d6a140d.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!) FossilOrigin-Name: 6720b258de646534b93e16f599ae5407f0d88b0f
Diffstat (limited to 'library')
-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 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]
}