diff options
author | dgp <dgp@users.sourceforge.net> | 2002-08-20 15:33:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-08-20 15:33:31 (GMT) |
commit | d768d45269fd4e4b6012d73d8c27390cd81c84df (patch) | |
tree | 8cc82493e4b49455533f5c68616f91ce879a8a31 /library/msgcat | |
parent | 7103d942718e5537c2c81195f0c0949ef529e08f (diff) | |
download | tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.zip tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.gz tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.bz2 |
* README: Bumped version number to 8.4b3 to distinguish
* generic/tcl.h: HEAD from the 8.4b2 release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf
* win/configure:
* library/http/http.tcl: Corrected installation directory of
* library/msgcat/msgcat.tcl: the package tcltest 2.2. Added
* library/opt/optparse.tcl: comments in other packages to remind
* library/tcltest/tcltest.tcl: that installation directories need
* unix/Makefile.in: updates to match increasing version
* win/Makefile.in: numbers. [Bug 597450]
* win/makefile.bc:
* win/makefile.vc:
Diffstat (limited to 'library/msgcat')
-rw-r--r-- | library/msgcat/msgcat.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 771511f..13bf10d 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,9 +10,11 @@ # 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.16 2002/07/17 19:14:52 drh Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.17 2002/08/20 15:33:32 dgp Exp $ package require Tcl 8.2 +# When the version number changes, be sure to update the pkgIndex.tcl file, +# and the installation directory in the Makefiles. package provide msgcat 1.3 namespace eval msgcat { |