diff options
-rw-r--r-- | generic/tk.h | 3 | ||||
-rw-r--r-- | win/README | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/generic/tk.h b/generic/tk.h index e760984..d98bbe4 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.16 1998/10/14 00:59:14 rjohnson Exp $ + * RCS: @(#) $Id: tk.h,v 1.17 1998/10/16 17:22:59 escoffon Exp $ */ #ifndef _TK @@ -26,6 +26,7 @@ * unix/configure.in * win/makefile.bc (Not for patch release updates) * win/makefile.vc (Not for patch release updates) + * win/README * library/tk.tcl * * The release level should be 0 for alpha, 1 for beta, and 2 for @@ -1,10 +1,10 @@ -Tk 8.0.3 for Windows +Tk 8.0.4 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.5 1998/09/14 18:23:58 stanton Exp $ +RCS: @(#) $Id: README,v 1.6 1998/10/16 17:22:59 escoffon Exp $ 1. Introduction --------------- @@ -43,7 +43,7 @@ In order to compile Tk for Windows, you need the following items: or Visual C++ 2.x or later -In practice, 8.0.3 was built with Visual C++ 5.0 +In practice, 8.0.4 was built with Visual C++ 5.0 In the "win" subdirectory of the source release, you will find two files called "makefile.bc" and "makefile.vc". These are the makefiles |