diff options
author | redman <redman> | 1999-07-16 01:52:08 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-16 01:52:08 (GMT) |
commit | f22985bc43c82443ee7e1bea321e297562f29c61 (patch) | |
tree | 880adf002ac8f91738bbff5799a6527b09c9b327 /generic/tk.h | |
parent | 5fe0f86ff20e8d9310e6549af48af94d8c3e8216 (diff) | |
download | tk-f22985bc43c82443ee7e1bea321e297562f29c61.zip tk-f22985bc43c82443ee7e1bea321e297562f29c61.tar.gz tk-f22985bc43c82443ee7e1bea321e297562f29c61.tar.bz2 |
Fix minor version number.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index e3736c7..6ae14a6 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.27 1999/06/25 23:47:57 welch Exp $ + * RCS: @(#) $Id: tk.h,v 1.28 1999/07/16 01:52:08 redman Exp $ */ #ifndef _TK @@ -44,7 +44,7 @@ extern "C" { */ #define TK_MAJOR_VERSION 8 -#define TK_MINOR_VERSION 1 +#define TK_MINOR_VERSION 2 #define TK_RELEASE_LEVEL TCL_BETA_RELEASE #define TK_RELEASE_SERIAL 1 |