From ae2548db3cd06c83405be9c3edb975c515d16cc2 Mon Sep 17 00:00:00 2001 From: dgp Date: Sun, 10 Sep 2006 19:00:15 +0000 Subject: * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/msgcat/pkgIndex.tcl: for modifications. --- ChangeLog | 5 +++++ library/msgcat/msgcat.tcl | 4 ++-- library/msgcat/pkgIndex.tcl | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43b4ae7..8bb9836 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-10 Don Porter + + * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account + * library/msgcat/pkgIndex.tcl: for modifications. + 2006-09-10 Daniel Steffen * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 81e90eb..12820db 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,12 +10,12 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.23 2006/09/10 17:04:06 das Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.24 2006/09/10 19:00:15 dgp Exp $ package require Tcl 8.5 # When the version number changes, be sure to update the pkgIndex.tcl file, # and the installation directory in the Makefiles. -package provide msgcat 1.4.1 +package provide msgcat 1.4.2 namespace eval msgcat { namespace export mc mcload mclocale mcmax mcmset mcpreferences mcset \ diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index 26063fc..5b6037c 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.5]} {return} -package ifneeded msgcat 1.4.1 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.4.2 [list source [file join $dir msgcat.tcl]] -- cgit v0.12