summaryrefslogtreecommitdiffstats
path: root/mac/tclMacOSA.c
diff options
context:
space:
mode:
authorjingham <jingham@noemail.net>1999-08-15 04:04:05 (GMT)
committerjingham <jingham@noemail.net>1999-08-15 04:04:05 (GMT)
commit8741daf32432853dbb046a564b819b16f53c7d12 (patch)
tree66cda31935f4ccd81116b78bae1d98fe452bdbca /mac/tclMacOSA.c
parentf735df4903f7249d247a81b851dfb35d98c20194 (diff)
downloadtcl-8741daf32432853dbb046a564b819b16f53c7d12.zip
tcl-8741daf32432853dbb046a564b819b16f53c7d12.tar.gz
tcl-8741daf32432853dbb046a564b819b16f53c7d12.tar.bz2
Require Tcl 8.2
FossilOrigin-Name: 9ab652d8fca191c50bfcded63b9f5dcb444e67ca
Diffstat (limited to 'mac/tclMacOSA.c')
-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;
}