diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-30 03:37:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-30 03:37:35 (GMT) |
commit | fded95f4e881432bcd0b9bb27baf0aad2ad99be9 (patch) | |
tree | bd9951d1dc8560972d5f4c6586e2bcf43dd12883 /generic/tk.h | |
parent | 59b8b5c0158c797ff06c64328f41f4c278b3ef9c (diff) | |
download | tk-fded95f4e881432bcd0b9bb27baf0aad2ad99be9.zip tk-fded95f4e881432bcd0b9bb27baf0aad2ad99be9.tar.gz tk-fded95f4e881432bcd0b9bb27baf0aad2ad99be9.tar.bz2 |
* generic/tk.h: Bump to 8.5.3 for release.core_8_5_3
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Updates for 8.5.3 release.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index ca0fb2d..5958936 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.109.2.1 2008/04/11 19:00:47 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.109.2.2 2008/06/30 03:37:37 dgp Exp $ */ #ifndef _TK @@ -56,7 +56,7 @@ extern "C" { #define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5.3b1" +#define TK_PATCH_LEVEL "8.5.3" /* * A special definition used to allow this header file to be included from |