diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-12 08:09:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-12 08:09:29 (GMT) |
commit | 9d0855d10ef55854d4c108d76311090ac35d8bfc (patch) | |
tree | e3c29371693a88e9fd45ba36cdd39ae34925bdfc /library | |
parent | 391a08fae92efb5f4060fab0df326b095c00d7ed (diff) | |
download | tcl-9d0855d10ef55854d4c108d76311090ac35d8bfc.zip tcl-9d0855d10ef55854d4c108d76311090ac35d8bfc.tar.gz tcl-9d0855d10ef55854d4c108d76311090ac35d8bfc.tar.bz2 |
dde version: 1.4.0b1
Diffstat (limited to 'library')
-rw-r--r-- | library/dde/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index fef4f24..fc5b973 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,7 +1,7 @@ if {![package vsatisfies [package provide Tcl] 8.5]} return if {[info sharedlibextension] ne ".dll"} return if {[::tcl::pkgconfig get debug]} { - package ifneeded dde 1.4.0 [list load [file join $dir tcldde14g.dll] dde] + package ifneeded dde 1.4.0b1 [list load [file join $dir tcldde14g.dll] dde] } else { - package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde] + package ifneeded dde 1.4.0b1 [list load [file join $dir tcldde14.dll] dde] } |