diff options
author | welch <welch> | 1998-07-20 16:54:16 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-20 16:54:16 (GMT) |
commit | 65a28929d7bb05f0725c531b7df0941e6b243faa (patch) | |
tree | a27f1b7e8417995efcab650e1ed0d7ef4fd59e6f /generic/tcl.h | |
parent | 2ba4eccab73903b4ec5105c3d3927a13d20a0dac (diff) | |
download | tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.zip tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.tar.gz tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.tar.bz2 |
8.0.3-3
Diffstat (limited to 'generic/tcl.h')
-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 b070e02..db9339a 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tcl.h,v 1.10 1998/07/06 22:21:25 welch Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.11 1998/07/20 16:54:16 welch Exp $ */ #ifndef _TCL @@ -41,7 +41,7 @@ #define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.0" -#define TCL_PATCH_LEVEL "8.0.3-2" +#define TCL_PATCH_LEVEL "8.0.3-3" /* * The following definitions set up the proper options for Windows |