summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:28:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:28:11 (GMT)
commit88af143aea9955e563b7d6dd0af90eeb79fdc63e (patch)
treed3b10620a18428308354e801e8341205907b94f2 /doc
parent8ddb48c27286acf3c07513be58f5ba64a7fa5e04 (diff)
downloadtcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.zip
tcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.tar.gz
tcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.tar.bz2
adjust stub library version number
Diffstat (limited to 'doc')
-rw-r--r--doc/InitStubs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/InitStubs.3 b/doc/InitStubs.3
index 2cfbb70..e43d23e 100644
--- a/doc/InitStubs.3
+++ b/doc/InitStubs.3
@@ -64,8 +64,8 @@ Define the USE_TCL_STUBS symbol. Typically, you would include the
.IP 3) 5
Link the extension with the Tcl stubs library instead of the standard
Tcl library. On Unix platforms, the library name is
-\fIlibtclstub8.1.a\fR; on Windows platforms, the library name is
-\fItclstub81.lib\fR.
+\fIlibtclstub8.4.a\fR; on Windows platforms, the library name is
+\fItclstub84.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