[Tclresource-commits] Source pkgIndex.tcl,1.2,1.3
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2004-09-07 11:02:16
|
Update of /cvsroot/tclresource/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30657 Modified Files: pkgIndex.tcl Log Message: 1.1.1 Index: pkgIndex.tcl =================================================================== RCS file: /cvsroot/tclresource/Source/pkgIndex.tcl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pkgIndex.tcl 24 Oct 2003 10:05:26 -0000 1.2 +++ pkgIndex.tcl 7 Sep 2004 11:01:49 -0000 1.3 @@ -1,3 +1,3 @@ if {[catch {package require Tcl 8.2}]} return -package ifneeded resource 1.1 [list load [file join $dir resource1.1.dylib] resource] +package ifneeded resource 1.1.1 [list load [file join $dir resource1.1.1.dylib] resource] |