diff options
author | escoffon <escoffon> | 1998-10-13 19:03:52 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-10-13 19:03:52 (GMT) |
commit | 70f31cd5c93f7fc20debf6d0547326c3f40d2cc2 (patch) | |
tree | 384cf7c406676a92d8682c372063c35702a0dd9a /generic/tcl.h | |
parent | b091a84076a589e3188f5762fcbaf1ccc3556dda (diff) | |
download | tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.zip tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.tar.gz tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.tar.bz2 |
Bumped patch number to 8.0.4
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 492793a..c2eef66 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. * - * RCS: @(#) $Id: tcl.h,v 1.26 1998/09/29 18:22:39 rjohnson Exp $ + * RCS: @(#) $Id: tcl.h,v 1.27 1998/10/13 19:03:53 escoffon Exp $ */ #ifndef _TCL @@ -38,10 +38,10 @@ #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 0 #define TCL_RELEASE_LEVEL 2 -#define TCL_RELEASE_SERIAL 3 +#define TCL_RELEASE_SERIAL 4 #define TCL_VERSION "8.0" -#define TCL_PATCH_LEVEL "8.0.3" +#define TCL_PATCH_LEVEL "8.0.4" /* * The following definitions set up the proper options for Windows |