summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-06-23 22:05:10 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-06-23 22:05:10 (GMT)
commitb21c49b0be09228b0afc3a412ce6702c0365602d (patch)
tree139ad99f67511f8851aaaec620309a6d7a65e6bf /library/dde
parentedc0b0eed5666acae801e952c5cd3c6bcd5fca8a (diff)
downloadtcl-b21c49b0be09228b0afc3a412ce6702c0365602d.zip
tcl-b21c49b0be09228b0afc3a412ce6702c0365602d.tar.gz
tcl-b21c49b0be09228b0afc3a412ce6702c0365602d.tar.bz2
* doc/dde.n: Committed TIP #135 which changes the
* win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5
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 b5d65a5..7974e3e 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.4 [list load [file join $dir tcldde12g.dll] dde]
+ package ifneeded dde 1.2.5 [list load [file join $dir tcldde12g.dll] dde]
} else {
- package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde]
+ package ifneeded dde 1.2.5 [list load [file join $dir tcldde12.dll] dde]
}