diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-18 19:36:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-18 19:36:54 (GMT) |
commit | e57baffb3afcda4138d7991f5d62f1f3ca10aa78 (patch) | |
tree | ae47c67919e945a540e8609447bb2c42acd92d4d /generic | |
parent | 36af099870e6c1d9e882ba654ae0b479136917c4 (diff) | |
download | tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.zip tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.gz tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.bz2 |
* README: Bump version number to 8.4.11
* generic/tk.h:
* macosx/Wish.pbproj/project.pbxproc:
* unix/configure.in:
* win/configure.in:
* unix/configure.in: Updated LOCALES to cover all msgs catalogs.
* unix/configure: autoconf
* win/configure:
Diffstat (limited to 'generic')
-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 ff82eec..4cb2a4f 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.10 2005/05/27 18:52:38 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.74.2.11 2005/06/18 19:36:55 dgp Exp $ */ #ifndef _TK @@ -50,10 +50,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 10 +#define TK_RELEASE_SERIAL 11 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4.10" +#define TK_PATCH_LEVEL "8.4.11" /* * The following definitions set up the proper options for Macintosh |