From 28a8123abecf7782fa266b32f62da4a5831cfedf Mon Sep 17 00:00:00 2001 From: jingham Date: Sun, 15 Aug 1999 04:04:06 +0000 Subject: Require Tcl 8.2 --- mac/tclMacOSA.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/tclMacOSA.c b/mac/tclMacOSA.c index e45c746..72dcccf 100644 --- a/mac/tclMacOSA.c +++ b/mac/tclMacOSA.c @@ -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: tclMacOSA.c,v 1.4 1999/05/11 07:12:36 jingham Exp $ + * RCS: @(#) $Id: tclMacOSA.c,v 1.5 1999/08/15 04:04:06 jingham Exp $ */ #define MAC_TCL @@ -209,7 +209,7 @@ Tclapplescript_Init( * Perform the required stubs magic... */ - if (!Tcl_InitStubs(interp, "8.0", 0)) { + if (!Tcl_InitStubs(interp, "8.2", 0)) { return TCL_ERROR; } -- cgit v0.12