summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorjingham <jingham>1999-08-15 04:04:06 (GMT)
committerjingham <jingham>1999-08-15 04:04:06 (GMT)
commit28a8123abecf7782fa266b32f62da4a5831cfedf (patch)
tree66cda31935f4ccd81116b78bae1d98fe452bdbca /mac
parente4097bf37af7e85c0866510c52d6f775637eeb76 (diff)
downloadtcl-28a8123abecf7782fa266b32f62da4a5831cfedf.zip
tcl-28a8123abecf7782fa266b32f62da4a5831cfedf.tar.gz
tcl-28a8123abecf7782fa266b32f62da4a5831cfedf.tar.bz2
Require Tcl 8.2
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacOSA.c4
1 files 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;
}