summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:47:57 (GMT)
committerwelch <welch>1999-06-25 23:47:57 (GMT)
commite830d01f9bf1d0947a679fd13bac69c5385c100d (patch)
treec436fbbc4235c46c892cb57af0d21e6eea9193e2 /generic
parent77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (diff)
downloadtk-e830d01f9bf1d0947a679fd13bac69c5385c100d.zip
tk-e830d01f9bf1d0947a679fd13bac69c5385c100d.tar.gz
tk-e830d01f9bf1d0947a679fd13bac69c5385c100d.tar.bz2
Added note about win/configure.in depending on version change
Diffstat (limited to 'generic')
-rw-r--r--generic/tk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 17210bd..e3736c7 100644
--- a/generic/tk.h
+++ b/generic/tk.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: tk.h,v 1.26 1999/06/25 23:30:25 welch Exp $
+ * RCS: @(#) $Id: tk.h,v 1.27 1999/06/25 23:47:57 welch Exp $
*/
#ifndef _TK
@@ -32,6 +32,7 @@ extern "C" {
*
* unix/configure.in
* README
+ * win/configure.in
* win/makefile.vc (only if major.minor changes, not patchlevel)
* library/tk.tcl (only if major.minor changes, not patchlevel)
* mac/README (only if major.minor changes, not patchlevel)