diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
commit | 0f166d6f35a627e1bef3c3bad4a590845ed5580f (patch) | |
tree | d350fda87e77ed5c613bb21258645abde5c1ff7e /generic | |
parent | 993e01f8347657079103a0f41bbb5115c9d2f633 (diff) | |
download | tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.zip tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.gz tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.bz2 |
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0.
* library/tk.tcl:
* mac/README:
* macosx/Wish.pbproj/project.pbxproj:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4:
* unix/configure: autoconf
* win/configure:
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/generic/tk.h b/generic/tk.h index dc42c36..9c9592a 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.74 2003/02/15 02:20:59 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.75 2003/03/04 23:50:41 dgp Exp $ */ #ifndef _TK @@ -48,12 +48,12 @@ extern "C" { */ #define TK_MAJOR_VERSION 8 -#define TK_MINOR_VERSION 4 -#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 2 +#define TK_MINOR_VERSION 5 +#define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE +#define TK_RELEASE_SERIAL 0 -#define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.2" +#define TK_VERSION "8.5" +#define TK_PATCH_LEVEL "8.5a0" /* * The following definitions set up the proper options for Macintosh @@ -68,8 +68,8 @@ extern "C" { #ifndef _TCL # include <tcl.h> -# if (TCL_MAJOR_VERSION != 8) || (TCL_MINOR_VERSION != 4) -# error Tk 8.4 must be compiled with tcl.h from Tcl 8.4 +# if (TCL_MAJOR_VERSION != 8) || (TCL_MINOR_VERSION != 5) +# error Tk 8.5 must be compiled with tcl.h from Tcl 8.5 # endif #endif |