summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:47:16 (GMT)
committerwelch <welch>1999-06-25 23:47:16 (GMT)
commitf10b2cae30d97260f7b64e0f96c5d7da610dd9e7 (patch)
treeb9909b3ca96421c78ff3184df587ec52e522e610 /generic
parentbcd6617ebbc7fb8c6b8128e5952cb47c8c11b0f4 (diff)
downloadtcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.zip
tcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.tar.gz
tcl-f10b2cae30d97260f7b64e0f96c5d7da610dd9e7.tar.bz2
Added note about win/configure.in needing a version change
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h3
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)