diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-10 18:25:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-10 18:25:10 (GMT) |
commit | c693ced2182e43e881ebd26e0cfe533caa28861c (patch) | |
tree | 46c841ad2c806b166b38dd666ef1e25282ccac42 /generic | |
parent | 4e4f0355794c80ed8d351a237d3a2907b8824123 (diff) | |
download | tk-c693ced2182e43e881ebd26e0cfe533caa28861c.zip tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.gz tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.bz2 |
* generic/tk.h: Bump to 8.5.5 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
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 3c86ed5..136934e 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.6 2008/08/28 16:13:46 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.109.2.7 2008/10/10 18:25:10 dgp Exp $ */ #ifndef _TK @@ -56,7 +56,7 @@ extern "C" { #define TK_RELEASE_SERIAL 5 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5.5b1" +#define TK_PATCH_LEVEL "8.5.5" /* * A special definition used to allow this header file to be included from |