summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-09 19:18:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-09 19:18:55 (GMT)
commit4d737ad3cb8cace53eb446a55b1674a967b6b164 (patch)
treecbd78e3d1327efb278648b3439c483263b0a0ed1 /library/dde
parent3d51560e948b0600d4f3990406bca9167099c16b (diff)
downloadtcl-4d737ad3cb8cace53eb446a55b1674a967b6b164.zip
tcl-4d737ad3cb8cace53eb446a55b1674a967b6b164.tar.gz
tcl-4d737ad3cb8cace53eb446a55b1674a967b6b164.tar.bz2
Increase version to 1.2.5bug_473946
Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+
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 e414051..db67e98 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 [info sharedlibextension] .dll]} 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]
}