diff options
author | dgp <dgp@noemail.net> | 2007-05-18 19:21:57 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-05-18 19:21:57 (GMT) |
commit | 59806eb2619be6c89e1024e1aa55b095b8067940 (patch) | |
tree | 8c512864cf347e1bcba06e794f85487e64b7887e /generic/tk.h | |
parent | 43ac836a126149a7fac3adbd73453142ff3ba678 (diff) | |
download | tk-59806eb2619be6c89e1024e1aa55b095b8067940.zip tk-59806eb2619be6c89e1024e1aa55b095b8067940.tar.gz tk-59806eb2619be6c89e1024e1aa55b095b8067940.tar.bz2 |
* unix/configure: autoconf-2.59 (FC6 fork)
* win/configure:
* README: Bump version number to 8.5a7
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
FossilOrigin-Name: 2d64ab8f608edca871bd7a450f6204854716a54a
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 2e76231..218b16a 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.97 2007/05/14 20:58:26 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.98 2007/05/18 19:21:58 dgp Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 5 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 6 +#define TK_RELEASE_SERIAL 7 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5a6" +#define TK_PATCH_LEVEL "8.5a7" #ifndef _TCL # include <tcl.h> |