diff options
author | redman <redman> | 1999-07-16 01:52:24 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-16 01:52:24 (GMT) |
commit | 835d644cc3eed2b24fb0d60e6d71c0e011d71ca1 (patch) | |
tree | d2a0d3919b2c061371a015255514fc6a4778209e /generic/tcl.h | |
parent | e7517d3e27edd8a5152feeb679af46fcc80204d2 (diff) | |
download | tcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.zip tcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.tar.gz tcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.tar.bz2 |
Fix minor version number.
Diffstat (limited to 'generic/tcl.h')
-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 4d1ad50..6728537 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.51 1999/07/02 06:04:26 welch Exp $ + * RCS: @(#) $Id: tcl.h,v 1.52 1999/07/16 01:52:24 redman Exp $ */ #ifndef _TCL @@ -54,7 +54,7 @@ extern "C" { */ #define TCL_MAJOR_VERSION 8 -#define TCL_MINOR_VERSION 1 +#define TCL_MINOR_VERSION 2 #define TCL_RELEASE_LEVEL TCL_BETA_RELEASE #define TCL_RELEASE_SERIAL 1 |