summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-03-24 00:12:59 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-03-24 00:12:59 (GMT)
commitd6bb8342a07b1761c0dee8ad1dc219cdb31941dd (patch)
tree66c0b60d1ada8a6fc78ea8bec126731456760f53 /library/dde
parent390681c847e77cea057e25d88d083b31eecd756e (diff)
downloadtcl-d6bb8342a07b1761c0dee8ad1dc219cdb31941dd.zip
tcl-d6bb8342a07b1761c0dee8ad1dc219cdb31941dd.tar.gz
tcl-d6bb8342a07b1761c0dee8ad1dc219cdb31941dd.tar.bz2
* library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c,
now adding here too.
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 49201f4..dca0f21 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.1 [list load [file join $dir tcldde12g.dll] dde]
+ package ifneeded dde 1.2.2 [list load [file join $dir tcldde12g.dll] dde]
} else {
- package ifneeded dde 1.2.1 [list load [file join $dir tcldde12.dll] dde]
+ package ifneeded dde 1.2.2 [list load [file join $dir tcldde12.dll] dde]
}