diff options
author | rjohnson <rjohnson> | 1999-04-21 21:50:22 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-04-21 21:50:22 (GMT) |
commit | 1df32a4d2cd7f7221d1e1310817ee0af71057111 (patch) | |
tree | 052e39d4c88db47521c59ebe5546302186a5022f /generic/tcl.h | |
parent | d2a3e887caf524096070bbe8667b700520357b4b (diff) | |
download | tcl-1df32a4d2cd7f7221d1e1310817ee0af71057111.zip tcl-1df32a4d2cd7f7221d1e1310817ee0af71057111.tar.gz tcl-1df32a4d2cd7f7221d1e1310817ee0af71057111.tar.bz2 |
Resynced with mainline.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 895d34e..b886f3c 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,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.41 1999/04/21 18:16:45 surles Exp $ + * RCS: @(#) $Id: tcl.h,v 1.42 1999/04/21 21:50:23 rjohnson Exp $ */ #ifndef _TCL @@ -44,11 +44,11 @@ #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 1 -#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE -#define TCL_RELEASE_SERIAL 3 +#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TCL_RELEASE_SERIAL 0 #define TCL_VERSION "8.1" -#define TCL_PATCH_LEVEL "8.1b3" +#define TCL_PATCH_LEVEL "8.1.0" /* * The following definitions set up the proper options for Windows |