diff options
author | dgp <dgp@noemail.net> | 2009-01-16 20:55:11 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2009-01-16 20:55:11 (GMT) |
commit | 759b2c2f798d1c247c4b90e3ab6f11e851ae496e (patch) | |
tree | 49fa428b91c735807cc3782b09f0567b9d44b4bd /generic | |
parent | f768127123ff0611844318e54448d16831a9d3de (diff) | |
download | tk-759b2c2f798d1c247c4b90e3ab6f11e851ae496e.zip tk-759b2c2f798d1c247c4b90e3ab6f11e851ae496e.tar.gz tk-759b2c2f798d1c247c4b90e3ab6f11e851ae496e.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:
FossilOrigin-Name: 24da8fd02c1876664f45541f8eff562716ed2d2b
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 |