[Tcladdressbook-commits] Source pkgIndex.tcl,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-28 23:24:08
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21653/Source Modified Files: pkgIndex.tcl Log Message: Version 1.1 Index: pkgIndex.tcl =================================================================== RCS file: /cvsroot/tcladdressbook/Source/pkgIndex.tcl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- pkgIndex.tcl 1 Dec 2003 16:46:05 -0000 1.1.1.1 +++ pkgIndex.tcl 28 Jul 2004 23:23:59 -0000 1.2 @@ -1,3 +1,3 @@ if {[catch {package require Tcl 8.2}]} return -package ifneeded addressbook 1.0 [list load [file join $dir addressbook1.0.dylib] addressbook] +package ifneeded addressbook 1.1 [list load [file join $dir addressbook1.1.dylib] addressbook] |