diff options
author | hobbs <hobbs> | 2002-11-12 02:24:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-11-12 02:24:51 (GMT) |
commit | 64c00226c42e6f2f2b5d6bd03cbd9de5b6cc96a6 (patch) | |
tree | 36205981a63555469fe520ed55b94199673c7d5a | |
parent | 91f842ece502c62caf6d1d4db96d873721f6fe66 (diff) | |
download | tcl-64c00226c42e6f2f2b5d6bd03cbd9de5b6cc96a6.zip tcl-64c00226c42e6f2f2b5d6bd03cbd9de5b6cc96a6.tar.gz tcl-64c00226c42e6f2f2b5d6bd03cbd9de5b6cc96a6.tar.bz2 |
* generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevel
only. This interim number will only be reflected by
[info patchlevel].
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 5ea51dd..d84a23f 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.147 2002/10/21 04:35:50 das Exp $ + * RCS: @(#) $Id: tcl.h,v 1.148 2002/11/12 02:24:51 hobbs Exp $ */ #ifndef _TCL @@ -62,7 +62,7 @@ extern "C" { #define TCL_RELEASE_SERIAL 1 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.1" +#define TCL_PATCH_LEVEL "8.4.1.1" /* * The following definitions set up the proper options for Windows |