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 | 0498b26260e48f53a79c30db281432e57c78b966 (patch) | |
tree | d3b10620a18428308354e801e8341205907b94f2 | |
parent | e59a5820dfdb6c77acd3497b07b8236b51bd04d8 (diff) | |
download | tcl-0498b26260e48f53a79c30db281432e57c78b966.zip tcl-0498b26260e48f53a79c30db281432e57c78b966.tar.gz tcl-0498b26260e48f53a79c30db281432e57c78b966.tar.bz2 |
adjust stub library version number
-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 |