summaryrefslogtreecommitdiffstats
path: root/doc/InitStubs.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:36:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:36:25 (GMT)
commit2c5cd34ebed93d628acf6861e286f2fc5234629b (patch)
tree9b510fe2f6d4cbcc48010daaadd37d32db9fab00 /doc/InitStubs.3
parent9b6ebeae02e4b5c0137af8852dbb78b683ace7b3 (diff)
parent13adf3821151073d87e3e1895bcbad52cab6460b (diff)
downloadtcl-2c5cd34ebed93d628acf6861e286f2fc5234629b.zip
tcl-2c5cd34ebed93d628acf6861e286f2fc5234629b.tar.gz
tcl-2c5cd34ebed93d628acf6861e286f2fc5234629b.tar.bz2
adjust stub library version number
Diffstat (limited to 'doc/InitStubs.3')
-rw-r--r--doc/InitStubs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/InitStubs.3 b/doc/InitStubs.3
index 5f56278..4dc62c6 100644
--- a/doc/InitStubs.3
+++ b/doc/InitStubs.3
@@ -63,9 +63,9 @@ Define the \fBUSE_TCL_STUBS\fR symbol. Typically, you would include the
\fB\-DUSE_TCL_STUBS\fR flag when compiling the extension.
.IP 3) 5
Link the extension with the Tcl stubs library instead of the standard
-Tcl library. For example, to use the Tcl 8.1 ABI on Unix platforms,
-the library name is \fIlibtclstub8.1.a\fR; on Windows platforms, the
-library name is \fItclstub81.lib\fR.
+Tcl library. For example, to use the Tcl 8.6 ABI on Unix platforms,
+the library name is \fIlibtclstub8.6.a\fR; on Windows platforms, the
+library name is \fItclstub86.lib\fR.
.PP
If the extension also requires the Tk API, it must also call
\fBTk_InitStubs\fR to initialize the Tk stubs interface and link