diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-07 19:17:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-07 19:17:53 (GMT) |
commit | 6a99f16c66d481f3d4d7bdbc3d35901b5057154e (patch) | |
tree | cbfc0c54344fd8ca34d361489f34e65aef9bb8aa /generic/tk.h | |
parent | bc7aa6a42be184d55ac867449a712b8b972e5d51 (diff) | |
download | tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.zip tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.tar.gz tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.tar.bz2 |
* README: Bump version number to 8.4.19
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
* changes: updates for 8.4.19 release.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h index 466a279..1f1027c 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.74.2.21 2008/02/06 15:31:40 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.74.2.22 2008/04/07 19:17:54 dgp Exp $ */ #ifndef _TK @@ -53,10 +53,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 18 +#define TK_RELEASE_SERIAL 19 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.18" +#define TK_PATCH_LEVEL "8.4.19" /* * A special definition used to allow this header file to be included |