diff options
author | dgp@users.sourceforge.net <dgp> | 2003-10-03 16:32:39 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2003-10-03 16:32:39 (GMT) |
commit | 47b71a8ce21a12efd734e38a17ed9052718a8367 (patch) | |
tree | 9aef0a61c3977f11083827048348b333ab34a612 /generic | |
parent | 611b83c18df8b3f034b1f5e04dc342c0296e65c0 (diff) | |
download | tk-47b71a8ce21a12efd734e38a17ed9052718a8367.zip tk-47b71a8ce21a12efd734e38a17ed9052718a8367.tar.gz tk-47b71a8ce21a12efd734e38a17ed9052718a8367.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')
-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 |