diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-02 17:55:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-02 17:55:52 (GMT) |
commit | b033f3ea04a23df218576470b7980a523b9117f9 (patch) | |
tree | c8fa237a3827ee92bdc5e430f524f470761babe4 /generic/tk.h | |
parent | 0ea7e6b2dd60c03f1f8559e888b181984b6daf6c (diff) | |
download | tk-b033f3ea04a23df218576470b7980a523b9117f9.zip tk-b033f3ea04a23df218576470b7980a523b9117f9.tar.gz tk-b033f3ea04a23df218576470b7980a523b9117f9.tar.bz2 |
* README: Bump version number to 8.4.17
* generic/tk.h:
* unix/configure.in: Removed "es_ES" entry in LOCALES
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
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 e7ed9d2..3d33789 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.19 2007/05/30 17:34:45 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.74.2.20 2007/10/02 17:55:53 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 16 +#define TK_RELEASE_SERIAL 17 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.16" +#define TK_PATCH_LEVEL "8.4.17" /* * A special definition used to allow this header file to be included |