diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-03 16:32:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-03 16:32:39 (GMT) |
commit | acfbb6ac86830513ec37ce001e991a8264abc53a (patch) | |
tree | 9aef0a61c3977f11083827048348b333ab34a612 /generic/tk.h | |
parent | 6c60af70b1961bdcfc0779602e4b5beb28388f4f (diff) | |
download | tk-acfbb6ac86830513ec37ce001e991a8264abc53a.zip tk-acfbb6ac86830513ec37ce001e991a8264abc53a.tar.gz tk-acfbb6ac86830513ec37ce001e991a8264abc53a.tar.bz2 |
* README: Bumped to patch level 8.4.5
* generic/tk.h: to prepare for next patch
* macosx/Wish.pbproj/project.pbxproj: release.
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
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 907fbeb..1f7b530 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.2.2 2003/07/15 22:46:35 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.74.2.3 2003/10/03 16:32:39 dgp Exp $ */ #ifndef _TK @@ -50,10 +50,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 4 +#define TK_RELEASE_SERIAL 5 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.4" +#define TK_PATCH_LEVEL "8.4.5" /* * The following definitions set up the proper options for Macintosh |