diff options
author | dgp@users.sourceforge.net <dgp> | 2008-06-30 03:37:35 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2008-06-30 03:37:35 (GMT) |
commit | ddc87a062f8d873c2cb9d5696fd4b26dcf21cff4 (patch) | |
tree | bd9951d1dc8560972d5f4c6586e2bcf43dd12883 /generic | |
parent | 52739cdfcb53d5e7518ce06f62e617dacb245e16 (diff) | |
download | tk-ddc87a062f8d873c2cb9d5696fd4b26dcf21cff4.zip tk-ddc87a062f8d873c2cb9d5696fd4b26dcf21cff4.tar.gz tk-ddc87a062f8d873c2cb9d5696fd4b26dcf21cff4.tar.bz2 |
* generic/tk.h: Bump to 8.5.3 for release.
* 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')
-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 |