diff options
author | hobbs <hobbs@noemail.net> | 2002-09-02 20:16:58 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-09-02 20:16:58 (GMT) |
commit | 0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611 (patch) | |
tree | 2b08de571684f4bf3132b74466b1141282d09791 /generic/tk.h | |
parent | 5581a0cec2e389609041338307de1019197e234d (diff) | |
download | tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.zip tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.tar.gz tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.tar.bz2 |
Bumped version number to 8.4.0
FossilOrigin-Name: 912aaecc43ffea8ab2570af2e2258aba3e7b2402
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 00f105d..47eb8df 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.68 2002/08/31 06:12:20 das Exp $ + * RCS: @(#) $Id: tk.h,v 1.69 2002/09/02 20:16:59 hobbs Exp $ */ #ifndef _TK @@ -47,11 +47,11 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 -#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.4" -#define TK_PATCH_LEVEL "8.4b3" +#define TK_PATCH_LEVEL "8.4.0" /* * A special define for MacOS & MacOS X, allows us to use the header |