diff options
author | redman <redman@noemail.net> | 1999-07-16 01:52:07 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-16 01:52:07 (GMT) |
commit | 612e943e85b683c8a8d91adafad2fc629c725909 (patch) | |
tree | 880adf002ac8f91738bbff5799a6527b09c9b327 /generic | |
parent | 2a59aba37b3ce9dd2bcb3d3b26c0d71098c5be25 (diff) | |
download | tk-612e943e85b683c8a8d91adafad2fc629c725909.zip tk-612e943e85b683c8a8d91adafad2fc629c725909.tar.gz tk-612e943e85b683c8a8d91adafad2fc629c725909.tar.bz2 |
Fix minor version number.
FossilOrigin-Name: b62bfd88262abcae2eb324d64574b4b6582dfd73
Diffstat (limited to 'generic')
-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 |