summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-06-23 21:27:56 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-06-23 21:27:56 (GMT)
commitedc0b0eed5666acae801e952c5cd3c6bcd5fca8a (patch)
treeb5e2d479b19b959a1a4294fc5ab271991b070c1d /library/dde
parenta577b700081eed8aa4df896f66e1091160a91623 (diff)
downloadtcl-edc0b0eed5666acae801e952c5cd3c6bcd5fca8a.zip
tcl-edc0b0eed5666acae801e952c5cd3c6bcd5fca8a.tar.gz
tcl-edc0b0eed5666acae801e952c5cd3c6bcd5fca8a.tar.bz2
* doc/dde.n: Committed TIP #120 which provides the
* win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl:
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 c12e3a1..b5d65a5 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,6 +1,6 @@
if {![package vsatisfies [package provide Tcl] 8]} {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]
}