summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index f81a344..36e9c28 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2332,7 +2332,7 @@ void * TclStubCall(void *arg);
TCL_STUB_MAGIC)
# else
# define Tcl_InitStubs(interp, version, exact) \
- (Tcl_InitStubs)(interp, "8.7.0", \
+ (Tcl_InitStubs)(interp, "8.7b1", \
(exact)|(TCL_MAJOR_VERSION<<8)|(0xFF<<16), \
TCL_STUB_MAGIC)
# endif