diff options
author | hobbs <hobbs> | 1999-10-01 22:45:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-01 22:45:11 (GMT) |
commit | 0d9ca17839866584c7545aadbacf87829ce2a7f7 (patch) | |
tree | f089bfc9ef19c8d3f9aa561064694b362df23a52 /generic/tk.h | |
parent | f29a5be23f295f3e213d950ffbbea8ccbc06c8b5 (diff) | |
download | tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.zip tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.gz tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.bz2 |
1999-09-24 Jeff Hobbs <hobbs@scriptics.com>
* */README:
* win/makefile.vc:
* */configure.in:
* generic/tk.h:
* library/tk.tcl: up'd to 8.3a1
* unix/Makefile.in: changed 'mkdir' to 'mkdir -p'
* library/dialog.tcl: changed {Times 18} to {Times 12} for
dialog font.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/generic/tk.h b/generic/tk.h index 8b89675..974cf53 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.30 1999/08/10 23:16:42 redman Exp $ + * RCS: @(#) $Id: tk.h,v 1.31 1999/10/01 22:45:16 hobbs Exp $ */ #ifndef _TK @@ -30,26 +30,26 @@ extern "C" { * When version numbers change here, you must also go into the following files * and update the version numbers: * + * library/tk.tcl (only if Major.minor changes, not patchlevel) * unix/configure.in - * README * win/configure.in - * win/makefile.vc (only if major.minor changes, not patchlevel) - * library/tk.tcl (only if major.minor changes, not patchlevel) - * mac/README (only if major.minor changes, not patchlevel) - * win/README (only if major.minor changes, not patchlevel) - * unix/README (only if major.minor changes, not patchlevel) + * win/makefile.vc (not patchlevel) + * README + * mac/README (not patchlevel) + * win/README (not patchlevel) + * unix/README (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. */ #define TK_MAJOR_VERSION 8 -#define TK_MINOR_VERSION 2 -#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 0 +#define TK_MINOR_VERSION 3 +#define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE +#define TK_RELEASE_SERIAL 1 -#define TK_VERSION "8.2" -#define TK_PATCH_LEVEL "8.2.0" +#define TK_VERSION "8.3" +#define TK_PATCH_LEVEL "8.3a1" /* * The following definitions set up the proper options for Macintosh |