diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
commit | 26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b (patch) | |
tree | 7299de758af4b088a8b1c058654a158b7a504408 /generic | |
parent | 3d6d193ef5423cc0dd671b17ecbd3245331057c8 (diff) | |
download | tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.zip tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.gz tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.bz2 |
* README: Bump version number to 8.6a2
* generic/tk.h:
* 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tk.h b/generic/tk.h index 00424c4..9a0482d 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.114 2008/08/05 20:31:08 jenglish Exp $ + * RCS: @(#) $Id: tk.h,v 1.115 2008/08/12 15:14:42 dgp Exp $ */ #ifndef _TK @@ -35,7 +35,7 @@ extern "C" { * When version numbers change here, you must also go into the following files * and update the version numbers: * - * library/tk.tcl (2 LOC patch) + * library/tk.tcl (1 LOC patch) * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) * win/configure.in (as above) * README (sections 0 and 1) @@ -53,10 +53,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 6 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6a1" +#define TK_PATCH_LEVEL "8.6a2" /* * A special definition used to allow this header file to be included from |