diff options
author | rjohnson <rjohnson> | 1999-04-21 21:53:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-04-21 21:53:19 (GMT) |
commit | 561def0a476b2905df665d317583408e48cb8ff2 (patch) | |
tree | 8cccda69f9eed39178211bfcc3361f6d2b711f24 /generic/tk.h | |
parent | 66168e9811b7b5288bea090ad862a7c39284404f (diff) | |
download | tk-561def0a476b2905df665d317583408e48cb8ff2.zip tk-561def0a476b2905df665d317583408e48cb8ff2.tar.gz tk-561def0a476b2905df665d317583408e48cb8ff2.tar.bz2 |
Merged 8-1-0 into mainline.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tk.h b/generic/tk.h index fb48ef6..69c56d4 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.22 1999/04/16 18:30:26 surles Exp $ + * RCS: @(#) $Id: tk.h,v 1.23 1999/04/21 21:53:23 rjohnson Exp $ */ #ifndef _TK @@ -37,11 +37,11 @@ #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 1 -#define TK_RELEASE_LEVEL TCL_BETA_RELEASE -#define TK_RELEASE_SERIAL 3 +#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TK_RELEASE_SERIAL 0 #define TK_VERSION "8.1" -#define TK_PATCH_LEVEL "8.1b3" +#define TK_PATCH_LEVEL "8.1.0" /* * The following definitions set up the proper options for Macintosh |