diff options
author | welch <welch> | 1999-06-25 23:29:45 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:29:45 (GMT) |
commit | c73acda883542082356bf5e1dbf9df119d05901d (patch) | |
tree | 6f6aa65daa6f22d3dd43aa3dac731c73ed38c956 /generic | |
parent | ff48e1814f89eb1a5ab54dd9b52bd308d0e40262 (diff) | |
download | tcl-c73acda883542082356bf5e1dbf9df119d05901d.zip tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.gz tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.bz2 |
Changed to Tcl 8.2b1
Diffstat (limited to 'generic')
-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 7d9fe91..ed379f2 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.46 1999/06/17 19:32:14 stanton Exp $ + * RCS: @(#) $Id: tcl.h,v 1.47 1999/06/25 23:29:52 welch Exp $ */ #ifndef _TCL @@ -52,11 +52,11 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 1 -#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE #define TCL_RELEASE_SERIAL 1 -#define TCL_VERSION "8.1" -#define TCL_PATCH_LEVEL "8.1.1" +#define TCL_VERSION "8.2" +#define TCL_PATCH_LEVEL "8.2b1" /* * The following definitions set up the proper options for Windows |