diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-28 16:49:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-28 16:49:41 (GMT) |
commit | 92a4dd618e3ce6574420a66f92fa1c4f53edefb3 (patch) | |
tree | abd83ad3172bc607c3c50ad706ce8243348d62d3 /generic | |
parent | 1bd6e15cae5109bb00ca55e58f6b97c8157c8050 (diff) | |
download | tk-92a4dd618e3ce6574420a66f92fa1c4f53edefb3.zip tk-92a4dd618e3ce6574420a66f92fa1c4f53edefb3.tar.gz tk-92a4dd618e3ce6574420a66f92fa1c4f53edefb3.tar.bz2 |
* README: Bumped to patch level 8.4.8
* 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')
-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 11db28f..5b44ffb 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.7 2004/07/14 19:02:38 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.74.2.8 2004/10/28 16:49:42 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 7 +#define TK_RELEASE_SERIAL 8 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.7" +#define TK_PATCH_LEVEL "8.4.8" /* * The following definitions set up the proper options for Macintosh |