From 835d644cc3eed2b24fb0d60e6d71c0e011d71ca1 Mon Sep 17 00:00:00 2001 From: redman Date: Fri, 16 Jul 1999 01:52:24 +0000 Subject: Fix minor version number. --- generic/tcl.h | 4 ++-- 1 file 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 -- cgit v0.12