diff options
author | hobbs <hobbs> | 2004-07-13 19:21:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-13 19:21:15 (GMT) |
commit | 03c72896366d45b5f5dd85fbe2af12d22e8a5162 (patch) | |
tree | 8ef1f671feef953ce3c524ebba17cc866acbbd03 /generic/tcl.h | |
parent | 96d428e63bdccbffdcac3889fb1d09ad07d2e19e (diff) | |
download | tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.zip tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.tar.gz tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.tar.bz2 |
* README, generic/tcl.h, tools/tcl.wse.in: bumped to
* unix/configure, unix/configure.in, unix/tcl.spec: patchlevel
* win/README.binary, win/configure, win/configure.in: 8.4.7
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 dd214de..bde43f0 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.153.2.12 2004/06/05 17:25:39 kennykb Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.13 2004/07/13 19:21:17 hobbs Exp $ */ #ifndef _TCL @@ -58,10 +58,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 6 +#define TCL_RELEASE_SERIAL 7 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.6" +#define TCL_PATCH_LEVEL "8.4.7" /* * The following definitions set up the proper options for Windows |