diff options
author | welch <welch> | 1998-07-29 22:24:11 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-29 22:24:11 (GMT) |
commit | f90dbc2c4acff97eeb749662937bb39633287ed4 (patch) | |
tree | 421e0e64fc1c7c5f6bc9bbf6d6f220afa63bb52c /generic/tcl.h | |
parent | 16b7e804de016ea8a6b0be74cce7a05722a400bf (diff) | |
download | tcl-f90dbc2c4acff97eeb749662937bb39633287ed4.zip tcl-f90dbc2c4acff97eeb749662937bb39633287ed4.tar.gz tcl-f90dbc2c4acff97eeb749662937bb39633287ed4.tar.bz2 |
8.0.3-4
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 dc7b2ad..2695e58 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.17 1998/07/29 20:27:59 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.18 1998/07/29 22:24:11 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-3" +#define TCL_PATCH_LEVEL "8.0.3-4" /* * The following definitions set up the proper options for Windows |