diff options
author | welch <welch> | 1999-06-25 23:47:16 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:47:16 (GMT) |
commit | f10b2cae30d97260f7b64e0f96c5d7da610dd9e7 (patch) | |
tree | b9909b3ca96421c78ff3184df587ec52e522e610 | |
parent | bcd6617ebbc7fb8c6b8128e5952cb47c8c11b0f4 (diff) | |
download | tcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.zip tcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.tar.gz tcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.tar.bz2 |
Added note about win/configure.in needing a version change
-rw-r--r-- | generic/tcl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index ed379f2..187811c 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.47 1999/06/25 23:29:52 welch Exp $ + * RCS: @(#) $Id: tcl.h,v 1.48 1999/06/25 23:47:16 welch Exp $ */ #ifndef _TCL @@ -40,6 +40,7 @@ extern "C" { * * library/init.tcl (only if major.minor changes, not patchlevel) * unix/configure.in + * win/configure.in (only if major.minor changes, not patchlevel) * win/makefile.bc (only if major.minor changes, not patchlevel) * win/makefile.vc (only if major.minor changes, not patchlevel) * win/pkgIndex.tcl (for tclregNN.dll, not patchlevel) |