diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-08 15:22:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-08 15:22:27 (GMT) |
commit | 1f359e0afd325418cf8e500854c624754ca6dcf8 (patch) | |
tree | 5b0cfd1f69f67cc3fa5236dae905ffcc637b0bbc /generic/tcl.h | |
parent | 34b72bd484c08fbf331ec8a07b95f4999d0d7b34 (diff) | |
download | tcl-1f359e0afd325418cf8e500854c624754ca6dcf8.zip tcl-1f359e0afd325418cf8e500854c624754ca6dcf8.tar.gz tcl-1f359e0afd325418cf8e500854c624754ca6dcf8.tar.bz2 |
* generic/tcl.h: Bump to 8.5.4 for release.
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 4c5d535..a94185e 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.254.2.3 2008/07/22 20:49:25 nijtmans Exp $ + * RCS: @(#) $Id: tcl.h,v 1.254.2.4 2008/08/08 15:22:27 dgp Exp $ */ #ifndef _TCL @@ -60,10 +60,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 3 +#define TCL_RELEASE_SERIAL 4 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.3" +#define TCL_PATCH_LEVEL "8.5.4" /* * The following definitions set up the proper options for Windows compilers. |