diff options
author | welch <welch> | 1999-06-25 23:47:57 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:47:57 (GMT) |
commit | e830d01f9bf1d0947a679fd13bac69c5385c100d (patch) | |
tree | c436fbbc4235c46c892cb57af0d21e6eea9193e2 /generic/tk.h | |
parent | 77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (diff) | |
download | tk-e830d01f9bf1d0947a679fd13bac69c5385c100d.zip tk-e830d01f9bf1d0947a679fd13bac69c5385c100d.tar.gz tk-e830d01f9bf1d0947a679fd13bac69c5385c100d.tar.bz2 |
Added note about win/configure.in depending on version change
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 3 |
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) |