summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-11 16:15:11 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-11 16:15:11 (GMT)
commitb452b8cae9b90c3b781f0a67f5c43d170df1aa8d (patch)
tree2433f61291e67678c84eacbda3f848a78a974406
parent5060b1b6e47c15e8076455f4aa5bf5b79dfcc052 (diff)
downloadtcl-b452b8cae9b90c3b781f0a67f5c43d170df1aa8d.zip
tcl-b452b8cae9b90c3b781f0a67f5c43d170df1aa8d.tar.gz
tcl-b452b8cae9b90c3b781f0a67f5c43d170df1aa8d.tar.bz2
* tests/msgcat.test: Bumped version in auxiliary files as well.
* doc/msgcat.n:
-rw-r--r--ChangeLog5
-rw-r--r--doc/msgcat.n2
-rw-r--r--tests/msgcat.test6
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4018e96..09b9fcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-11 Andreas Kupries <andreask@activestate.com>
+
+ * tests/msgcat.test: Bumped version in auxiliary files as well.
+ * doc/msgcat.n:
+
2006-09-11 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixCompat.c: make compatLock static and only declare it when
diff --git a/doc/msgcat.n b/doc/msgcat.n
index 7f85dc6..99ac262 100644
--- a/doc/msgcat.n
+++ b/doc/msgcat.n
@@ -15,7 +15,7 @@ msgcat \- Tcl message catalog
.SH SYNOPSIS
\fBpackage require Tcl 8.2\fR
.sp
-\fBpackage require msgcat 1.3\fR
+\fBpackage require msgcat 1.3.4\fR
.sp
\fB::msgcat::mc \fIsrc-string\fR ?\fIarg arg ...\fR?
.sp
diff --git a/tests/msgcat.test b/tests/msgcat.test
index ea4814d..b291a09 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.11.2.3 2006/09/10 17:04:41 das Exp $
+# RCS: @(#) $Id: msgcat.test,v 1.11.2.4 2006/09/11 16:15:12 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.3.3}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.3.3 found to test."
+if {[catch {package require msgcat 1.3.4}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.3.4 found to test."
return
}