diff options
author | hobbs <hobbs> | 2000-04-19 09:25:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-19 09:25:52 (GMT) |
commit | 65fb9b709cd298c9528eadbb2f5e7969a9b897c0 (patch) | |
tree | 5f4d5234a1c55a7dff7f6b53b22b42ee3b37f3db /generic/tk.h | |
parent | f7b076a54982678c409753c1acf6650bdda2b096 (diff) | |
download | tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.zip tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.tar.gz tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.tar.bz2 |
* README:
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in: bumped to version 8.3.1
* library/msgbox.tcl (tkMessageBox): changed to use grid in some
places, realign icon to anchor nw.
* mac/tkMacScale.c: reverted tkMacScale.c to 1.5 equivalent (it
was accidentally bumped forward).
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/generic/tk.h b/generic/tk.h index 7596e0b..d65b652 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -7,12 +7,12 @@ * Copyright (c) 1989-1994 The Regents of the University of California. * Copyright (c) 1994 The Australian National University. * Copyright (c) 1994-1998 Sun Microsystems, Inc. - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright (c) 1998-2000 Scriptics Corporation. * * 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.38 2000/02/08 11:31:32 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.39 2000/04/19 09:25:53 hobbs Exp $ */ #ifndef _TK @@ -31,13 +31,14 @@ extern "C" { * and update the version numbers: * * library/tk.tcl (only if Major.minor changes, not patchlevel) - * unix/configure.in - * win/configure.in + * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) + * win/configure.in (as above) * win/makefile.vc (not patchlevel) - * README + * README (sections 0 and 1) * mac/README (not patchlevel) * win/README (not patchlevel) * unix/README (not patchlevel) + * unix/tk.spec (3 LOC Major/Minor, 2 LOC patch) * win/aclocal.m4 (not patchlevel) * * You may also need to update some of these files when the numbers change @@ -47,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 3 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 0 +#define TK_RELEASE_SERIAL 1 #define TK_VERSION "8.3" -#define TK_PATCH_LEVEL "8.3.0" +#define TK_PATCH_LEVEL "8.3.1" /* * The following definitions set up the proper options for Macintosh |