diff options
author | hobbs <hobbs> | 2001-04-02 02:08:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-02 02:08:55 (GMT) |
commit | a96be5eeb87d2a370e50af33b72a82289f91abb2 (patch) | |
tree | a27cf4c78dc8d7bc0aa83d9b40e4cec033875861 /generic | |
parent | 1cef94af439e7b21cc84266b0242af4a7b673671 (diff) | |
download | tk-a96be5eeb87d2a370e50af33b72a82289f91abb2.zip tk-a96be5eeb87d2a370e50af33b72a82289f91abb2.tar.gz tk-a96be5eeb87d2a370e50af33b72a82289f91abb2.tar.bz2 |
* generic/tk.h:
* unix/configure.in (TK_PATCH_LEVEL):
* unix/configure:
* unix/tk.spec:
* win/configure.in (TK_PATCH_LEVEL):
* win/configure: updated patchlevel to 8.4a3
Diffstat (limited to 'generic')
-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 d91da04..a49f6cd 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.53 2000/11/22 01:49:37 ericm Exp $ + * RCS: @(#) $Id: tk.h,v 1.54 2001/04/02 02:08:55 hobbs Exp $ */ #ifndef _TK @@ -39,7 +39,7 @@ extern "C" { * win/README (not patchlevel) * unix/README (not patchlevel) * unix/tk.spec (3 LOC Major/Minor, 2 LOC patch) - * win/aclocal.m4 (not patchlevel) + * win/tcl.m4 (not patchlevel) * * You may also need to update some of these files when the numbers change * for the version of Tcl that this release of Tk is compiled against. @@ -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 2 +#define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4a2" +#define TK_PATCH_LEVEL "8.4a3" /* * The following definitions set up the proper options for Macintosh |