summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-15 11:34:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-15 11:34:29 (GMT)
commitd59be377f95879a31e6eb5e91e0cfd358b0a1a42 (patch)
treebfc625a2d71cd3c7b1efa26ba11070622ac3a91a /generic/tkTest.c
parentbfe8b898cef5dee7be36a12e1125f870a70805fb (diff)
downloadtk-d59be377f95879a31e6eb5e91e0cfd358b0a1a42.zip
tk-d59be377f95879a31e6eb5e91e0cfd358b0a1a42.tar.gz
tk-d59be377f95879a31e6eb5e91e0cfd358b0a1a42.tar.bz2
Make tk.h usable for compilation with Tcl 9.0 (novem) as well.
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r--generic/tkTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c
index fa9e073..42fc437 100644
--- a/generic/tkTest.c
+++ b/generic/tkTest.c
@@ -227,7 +227,7 @@ Tktest_Init(
{
static int initialized = 0;
- if (Tcl_InitStubs(interp, "8.1", 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.6", 0) == NULL) {
return TCL_ERROR;
}
if (Tk_InitStubs(interp, TK_VERSION, 0) == NULL) {