diff options
author | welch <welch> | 1998-06-29 18:08:34 (GMT) |
---|---|---|
committer | welch <welch> | 1998-06-29 18:08:34 (GMT) |
commit | a9b33b7767f91a5bc00aaf9161c6251a0e708361 (patch) | |
tree | 66014c562773e6651846cbaddb03680902495d0f /generic | |
parent | f91a692f0d88b084d98d19f8b0a436199e5ee1e9 (diff) | |
download | tcl-a9b33b7767f91a5bc00aaf9161c6251a0e708361.zip tcl-a9b33b7767f91a5bc00aaf9161c6251a0e708361.tar.gz tcl-a9b33b7767f91a5bc00aaf9161c6251a0e708361.tar.bz2 |
Updated for 8.0.3
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index eefe9f7..77719ee 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.6 1998/06/29 17:32:08 welch Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.7 1998/06/29 18:08:50 welch Exp $ */ #ifndef _TCL @@ -21,11 +21,11 @@ * When version numbers change here, must also go into the following files * and update the version numbers: * - * library/init.tcl + * README + * library/init.tcl (only if major.minor changes, not patchlevel) * unix/configure.in - * unix/pkginfo - * win/makefile.bc - * win/makefile.vc + * win/makefile.bc (only if major.minor changes, not patchlevel) + * win/makefile.vc (only if major.minor changes, not patchlevel) * * The release level should be 0 for alpha, 1 for beta, and 2 for * final/patch. The release serial value is the number that follows the @@ -38,10 +38,10 @@ #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 0 #define TCL_RELEASE_LEVEL 2 -#define TCL_RELEASE_SERIAL 2 +#define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.0" -#define TCL_PATCH_LEVEL "8.0p2" +#define TCL_PATCH_LEVEL "8.0.3" /* * The following definitions set up the proper options for Windows |