diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:55:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:55:12 (GMT) |
commit | 27dea7f90bb62c07880d067818d066545050809d (patch) | |
tree | 49fa428b91c735807cc3782b09f0567b9d44b4bd /generic | |
parent | c93dd2083f7175608a4a298176c8740d138d6d64 (diff) | |
download | tk-27dea7f90bb62c07880d067818d066545050809d.zip tk-27dea7f90bb62c07880d067818d066545050809d.tar.gz tk-27dea7f90bb62c07880d067818d066545050809d.tar.bz2 |
* generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish
* library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases.
* unix/configure.in:
* 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 19a2caf..006f44c 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.128 2009/01/06 21:58:15 nijtmans Exp $ + * RCS: @(#) $Id: tk.h,v 1.129 2009/01/16 20:55:12 dgp Exp $ */ #ifndef _TK @@ -56,7 +56,7 @@ extern "C" { #define TK_RELEASE_SERIAL 1 #define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6b1" +#define TK_PATCH_LEVEL "8.6b1.1" /* * A special definition used to allow this header file to be included from |