diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:33:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:33:21 (GMT) |
commit | d62b7be9a7dac35dc44f61e37c3e0720d151bf64 (patch) | |
tree | 31c3e483a4caf6f10080df02fd63faa66239d7fd /doc/InitStubs.3 | |
parent | a9a0dc333fa34e4063d416c799dce1c96bb29920 (diff) | |
parent | 0498b26260e48f53a79c30db281432e57c78b966 (diff) | |
download | tcl-d62b7be9a7dac35dc44f61e37c3e0720d151bf64.zip tcl-d62b7be9a7dac35dc44f61e37c3e0720d151bf64.tar.gz tcl-d62b7be9a7dac35dc44f61e37c3e0720d151bf64.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 318c564..fe10a59 100644 --- a/doc/InitStubs.3 +++ b/doc/InitStubs.3 @@ -64,8 +64,8 @@ Define the \fBUSE_TCL_STUBS\fR 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.5.a\fR; on Windows platforms, the library name is +\fItclstub85.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 |