diff options
author | dgp <dgp@noemail.net> | 2005-06-18 19:36:54 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-06-18 19:36:54 (GMT) |
commit | da89bede9b4621c0c0b808ad3282c52eb127ba4a (patch) | |
tree | ae47c67919e945a540e8609447bb2c42acd92d4d /generic/tk.h | |
parent | 14668f2505d1b836206e9d978c28acc82aff56f6 (diff) | |
download | tk-da89bede9b4621c0c0b808ad3282c52eb127ba4a.zip tk-da89bede9b4621c0c0b808ad3282c52eb127ba4a.tar.gz tk-da89bede9b4621c0c0b808ad3282c52eb127ba4a.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:
FossilOrigin-Name: 55ea6b8ba3015f89de56bdc88768f5835e354428
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 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 |