diff options
author | welch <welch> | 1999-06-25 23:30:22 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:30:22 (GMT) |
commit | 77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (patch) | |
tree | f51308dab3c5828887861354d7e46601d57570a6 /generic/tk.h | |
parent | 573eb733ab7138f3d634ac42dcd009712d3f3b58 (diff) | |
download | tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.zip tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.gz tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.bz2 |
Changed to Tk 8.2b1
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 45ef472..17210bd 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.25 1999/05/22 01:59:21 stanton Exp $ + * RCS: @(#) $Id: tk.h,v 1.26 1999/06/25 23:30:25 welch Exp $ */ #ifndef _TK @@ -44,11 +44,11 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 1 -#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TK_RELEASE_LEVEL TCL_BETA_RELEASE #define TK_RELEASE_SERIAL 1 -#define TK_VERSION "8.1" -#define TK_PATCH_LEVEL "8.1.1" +#define TK_VERSION "8.2" +#define TK_PATCH_LEVEL "8.2b1" /* * The following definitions set up the proper options for Macintosh |