diff options
author | welch <welch> | 1998-08-06 12:10:34 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-06 12:10:34 (GMT) |
commit | 1db919d7dc99946566c67b1222a01a084d1864cb (patch) | |
tree | 82eff5372e91554bb4ee215cd0d35473bc03fed0 /generic | |
parent | 490f3f67394eae0b75ba1fa5aff26dc304302dda (diff) | |
download | tcl-1db919d7dc99946566c67b1222a01a084d1864cb.zip tcl-1db919d7dc99946566c67b1222a01a084d1864cb.tar.gz tcl-1db919d7dc99946566c67b1222a01a084d1864cb.tar.bz2 |
8.0.3
Diffstat (limited to 'generic')
-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 1c3c89a..39ba15f 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.23 1998/08/04 23:22:45 welch Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.24 1998/08/06 12:10:41 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-5" +#define TCL_PATCH_LEVEL "8.0.3" /* * The following definitions set up the proper options for Windows |