* library/vfslib.tcl: Brought the version numbers of provide
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 9 Nov 2005 22:19:56 +0000 (22:19 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 9 Nov 2005 22:19:56 +0000 (22:19 +0000)
* library/starkit.tcl: and ifneeded commands back into sync.

ChangeLog
library/starkit.tcl
library/vfslib.tcl

index f893ca7080c17539a565e7d43f623bbace8ebf3f..781d38282afcb113cbe7cb9ca0d73d887f771702 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-09  Andreas Kupries <andreask@activestate.com>
+
+       * library/vfslib.tcl:  Brought the version numbers of provide
+       * library/starkit.tcl: and ifneeded commands back into sync.
+
 2005-11-04  Jean-Claude Wippler  <jcw@equi4.com>
 
        * library/mkclvfs.tcl: some more thrill api mods
index 92d2d4e6675c3fb4e808ba6644ba045bf0b713c8..a5b7b7ba149ac59e9388671ffb6805fa1dd3ca21 100644 (file)
@@ -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
 
index a01309be2ce5097a2fc8bf89fd2b8cd0980ce124..c4c71c88f3b011348d75ebf17a1a01743c36c7f7 100644 (file)
@@ -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 {