diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
commit | 37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b (patch) | |
tree | 9cc860eac2dab3724c58f93d7f27e30c3a754757 /generic/tk.h | |
parent | 36001df29a52f1fc25fd4635b256abf5964bb642 (diff) | |
download | tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.zip tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.gz tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.bz2 |
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
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 9903342..2f082b1 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.57 2001/09/26 20:25:17 pspjuth Exp $ + * RCS: @(#) $Id: tk.h,v 1.58 2002/03/06 15:36:17 dkf Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 4 +#define TK_RELEASE_SERIAL 5 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4a4" +#define TK_PATCH_LEVEL "8.4a5" /* * The following definitions set up the proper options for Macintosh |