diff options
author | dgp <dgp@noemail.net> | 2002-07-14 17:29:57 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-07-14 17:29:57 (GMT) |
commit | ceb5e6c0462d8143c9a291d16b908095b7fc1872 (patch) | |
tree | 4571cad90d82936b5ec927044ba52948442ba563 /generic/tk.h | |
parent | 32ebbff974c4fc50aab30860315aeb14cfb2ed09 (diff) | |
download | tk-ceb5e6c0462d8143c9a291d16b908095b7fc1872.zip tk-ceb5e6c0462d8143c9a291d16b908095b7fc1872.tar.gz tk-ceb5e6c0462d8143c9a291d16b908095b7fc1872.tar.bz2 |
* Bumped HEAD to version 8.4b2 in order to distinguish it from
the 8.4b1 release. Also extended LOCALES to cover all message
catalogs.
FossilOrigin-Name: 1248e4a3566e430ae5e41ab1d3d0549e3e3f8c6d
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h index 38a1590..cdf03ac 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.64 2002/06/22 00:02:49 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.65 2002/07/14 17:29:57 dgp Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_BETA_RELEASE -#define TK_RELEASE_SERIAL 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4b1" +#define TK_PATCH_LEVEL "8.4b2" /* * The following definitions set up the proper options for Macintosh |