diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:28:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:28:11 (GMT) |
commit | 88af143aea9955e563b7d6dd0af90eeb79fdc63e (patch) | |
tree | d3b10620a18428308354e801e8341205907b94f2 /doc/InitStubs.3 | |
parent | 8ddb48c27286acf3c07513be58f5ba64a7fa5e04 (diff) | |
download | tcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.zip tcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.tar.gz tcl-88af143aea9955e563b7d6dd0af90eeb79fdc63e.tar.bz2 |
adjust stub library version number
Diffstat (limited to 'doc/InitStubs.3')
-rw-r--r-- | doc/InitStubs.3 | 4 |
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 |