diff options
author | hobbs <hobbs> | 2000-09-06 19:05:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-06 19:05:15 (GMT) |
commit | 1283ba2e1a5a0fab4791ca1a1b74a6678624e2e6 (patch) | |
tree | 62ef581eb9806c64d0e7a5253d87d30b946e53af /generic/tk.h | |
parent | 2ef2457f11d4fa529c00138bcc382f447a31d459 (diff) | |
download | tk-1283ba2e1a5a0fab4791ca1a1b74a6678624e2e6.zip tk-1283ba2e1a5a0fab4791ca1a1b74a6678624e2e6.tar.gz tk-1283ba2e1a5a0fab4791ca1a1b74a6678624e2e6.tar.bz2 |
* README:
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in: updated to patchlevel 8.4a2
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 88c6fab..35b21d3 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.47 2000/09/02 01:18:23 ericm Exp $ + * RCS: @(#) $Id: tk.h,v 1.48 2000/09/06 19:05:16 hobbs 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 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4a1" +#define TK_PATCH_LEVEL "8.4a2" /* * The following definitions set up the proper options for Macintosh |