diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | generic/tk.h | 6 |
3 files changed, 13 insertions, 6 deletions
@@ -1,3 +1,8 @@ +1999-09-23 Jeff Hobbs <hobbs@scriptics.com> + + * README: + * generic/tk.h: changed to reflect 8.2.1 version + 1999-09-21 Jeff Hobbs <hobbs@scriptics.com> * generic/tkFont.c: fixed processing of font options and error @@ -4,14 +4,15 @@ README: Tk service to the Tcl community by Scriptics Corporation. http://www.scriptics.com/ -RCS: @(#) $Id: README,v 1.19 1999/08/10 23:16:41 redman Exp $ +RCS: @(#) $Id: README,v 1.19.2.1 1999/09/24 02:08:44 hobbs Exp $ 1. Introduction --------------- This directory contains the sources and documentation for Tk, an X11 toolkit implemented with the Tcl scripting language. The information -here corresponds to release 8.2.0, which is the first beta for Tk 8.2. +here corresponds to release 8.2.1, which is the first patch release +for Tk 8.2. For details on features, incompatibilities, and potential problems with this release, see the Tcl/Tk 8.2 Web page at @@ -19,7 +20,8 @@ this release, see the Tcl/Tk 8.2 Web page at http://www.scriptics.com/software/8.2.html or refer to the "changes" file in this directory, which contains a -historical record of all changes to Tk. +historical record of all changes to Tk, or "ChangeLog", which is a +more detailed history of recent changes to Tk. Tk is a freely available open source package. You can do virtually anything you like with it, such as modifying it, redistributing it, diff --git a/generic/tk.h b/generic/tk.h index 8b89675..ee98089 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.30 1999/08/10 23:16:42 redman Exp $ + * RCS: @(#) $Id: tk.h,v 1.30.2.1 1999/09/24 02:08:47 hobbs Exp $ */ #ifndef _TK @@ -46,10 +46,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 2 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 0 +#define TK_RELEASE_SERIAL 1 #define TK_VERSION "8.2" -#define TK_PATCH_LEVEL "8.2.0" +#define TK_PATCH_LEVEL "8.2.1" /* * The following definitions set up the proper options for Macintosh |