diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-05 00:33:21 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-05 00:33:21 (GMT) |
| commit | b9e7eb712671e90a26157f13b30175d60ab00ff6 (patch) | |
| tree | 31c3e483a4caf6f10080df02fd63faa66239d7fd | |
| parent | 6cd977810b899666ca2387e06e76af06ec2916e2 (diff) | |
| parent | 576b7fb2d60a94f5388fcf99b7b0d6f61b85cab3 (diff) | |
| download | tcl-b9e7eb712671e90a26157f13b30175d60ab00ff6.zip tcl-b9e7eb712671e90a26157f13b30175d60ab00ff6.tar.gz tcl-b9e7eb712671e90a26157f13b30175d60ab00ff6.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 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 |
