From 9c2d87aa5563ee02a93a344d07a2d5b7e2837137 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Mon, 11 Sep 2006 15:57:59 +0000 Subject: * tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: --- ChangeLog | 5 +++++ doc/msgcat.n | 2 +- tests/msgcat.test | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b78d061..75e133d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-11 Andreas Kupries + + * tests/msgcat.test: Bumped version in auxiliary files as well. + * doc/msgcat.n: + 2006-09-11 Kevin Kenny * unix/Makefile.in: Bumped msgcat version to 1.4.2 to be diff --git a/doc/msgcat.n b/doc/msgcat.n index e0380ce..7bff211 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -15,7 +15,7 @@ msgcat \- Tcl message catalog .SH SYNOPSIS \fBpackage require Tcl 8.5\fR .sp -\fBpackage require msgcat 1.4.1\fR +\fBpackage require msgcat 1.4.2\fR .sp \fB::msgcat::mc \fIsrc-string\fR ?\fIarg arg ...\fR? .sp diff --git a/tests/msgcat.test b/tests/msgcat.test index e626883..6152097 100644 --- a/tests/msgcat.test +++ b/tests/msgcat.test @@ -12,15 +12,15 @@ # Note that after running these tests, entries will be left behind in the # message catalogs for locales foo, foo_BAR, and foo_BAR_baz. # -# RCS: @(#) $Id: msgcat.test,v 1.19 2006/09/10 17:04:06 das Exp $ +# RCS: @(#) $Id: msgcat.test,v 1.20 2006/09/11 15:58:01 andreas_kupries Exp $ package require Tcl 8.2 if {[catch {package require tcltest 2}]} { puts stderr "Skipping tests in [info script]. tcltest 2 required." return } -if {[catch {package require msgcat 1.4.1}]} { - puts stderr "Skipping tests in [info script]. No msgcat 1.4.1 found to test." +if {[catch {package require msgcat 1.4.2}]} { + puts stderr "Skipping tests in [info script]. No msgcat 1.4.2 found to test." return } -- cgit v0.12