From: Andreas Kupries Date: Wed, 9 Nov 2005 22:19:56 +0000 (+0000) Subject: * library/vfslib.tcl: Brought the version numbers of provide X-Git-Tag: vfs-1-4~66 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=2cf516559516c8c23d9a3c439237c6db4b92b3b9;p=tclvfs * library/vfslib.tcl: Brought the version numbers of provide * library/starkit.tcl: and ifneeded commands back into sync. --- diff --git a/ChangeLog b/ChangeLog index f893ca7..781d382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-09 Andreas Kupries + + * library/vfslib.tcl: Brought the version numbers of provide + * library/starkit.tcl: and ifneeded commands back into sync. + 2005-11-04 Jean-Claude Wippler * library/mkclvfs.tcl: some more thrill api mods diff --git a/library/starkit.tcl b/library/starkit.tcl index 92d2d4e..a5b7b7b 100644 --- a/library/starkit.tcl +++ b/library/starkit.tcl @@ -1,7 +1,7 @@ # Starkit support, see http://www.equi4.com/starkit/ # by Jean-Claude Wippler, July 2002 -package provide starkit 1.3 +package provide starkit 1.3.1 package require vfs diff --git a/library/vfslib.tcl b/library/vfslib.tcl index a01309b..c4c71c8 100644 --- a/library/vfslib.tcl +++ b/library/vfslib.tcl @@ -1,7 +1,7 @@ # Remnants of what used to be VFS init, this is TclKit-specific package require Tcl 8.4; # vfs is all new for 8.4 -package provide vfslib 1.3 +package provide vfslib 1.3.1 namespace eval ::vfs {