diff options
author | escoffon <escoffon> | 1998-10-17 00:19:24 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-10-17 00:19:24 (GMT) |
commit | a5da671b5282eaf24245b63d43297902b9020ad5 (patch) | |
tree | d843267bb9eadccb5bbc038722e30162d457936a /generic/tcl.h | |
parent | 12d1f29c91330853e30ee6d38083b375b48b8d6d (diff) | |
download | tcl-a5da671b5282eaf24245b63d43297902b9020ad5.zip tcl-a5da671b5282eaf24245b63d43297902b9020ad5.tar.gz tcl-a5da671b5282eaf24245b63d43297902b9020ad5.tar.bz2 |
Added README and README.binary to the list of files to modify
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 7a7093c..3d3a517 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,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.28 1998/10/13 20:30:22 rjohnson Exp $ + * RCS: @(#) $Id: tcl.h,v 1.29 1998/10/17 00:19:24 escoffon Exp $ */ #ifndef _TCL @@ -27,6 +27,8 @@ * unix/configure.in * win/makefile.bc (only if major.minor changes, not patchlevel) * win/makefile.vc (only if major.minor changes, not patchlevel) + * win/README + * win/README.binary * * The release level should be 0 for alpha, 1 for beta, and 2 for * final/patch. The release serial value is the number that follows the |