diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-01 10:08:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-01 10:08:00 (GMT) |
commit | bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26 (patch) | |
tree | ab8f78fbcc15b57c4e3e8af1cf3d3367d7cd18ef /generic/tcl.h | |
parent | 8778b6d91d5ee972338f955ca4c98a2527659083 (diff) | |
download | tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.zip tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.gz tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.bz2 |
Fix missed references to 8.4, spotted by Theo Verelst.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 26ec95b..ad73865 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.181 2004/06/05 17:31:08 kennykb Exp $ + * RCS: @(#) $Id: tcl.h,v 1.182 2004/07/01 10:08:10 dkf Exp $ */ #ifndef _TCL @@ -44,9 +44,9 @@ extern "C" { * win/configure.in (as above) * win/tcl.m4 (not patchlevel) * win/makefile.bc (not patchlevel) 2 LOC - * README (sections 0 and 2) + * README (sections 0 and 2, with and without separator) * macosx/Tcl.pbproj/project.pbxproj (not patchlevel) 2 LOC - * win/README.binary (sections 0-4) + * win/README.binary (sections 0-4, with and without separator) * win/README (not patchlevel) (sections 0 and 2) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) * tests/basic.test (1 LOC M/M, not patchlevel) |