diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-06 15:25:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-06 15:25:44 (GMT) |
commit | 904733362eb59a805100de75715e20a5214a98f2 (patch) | |
tree | 52032f5f02a4cc2cb7545a91ac258c8633379651 /tools | |
parent | 44de3dd8dad74f8031286f0750738099156cef0c (diff) | |
download | tcl-904733362eb59a805100de75715e20a5214a98f2.zip tcl-904733362eb59a805100de75715e20a5214a98f2.tar.gz tcl-904733362eb59a805100de75715e20a5214a98f2.tar.bz2 |
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are not used any more.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 7ec6365..5d21866 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -22,7 +22,7 @@ if {[catch {package require Tcl 8.6-} msg]} { # Copyright (c) 1995-1997 Roger E. Critchlow Jr # Copyright (c) 2004-2010 Donal K. Fellows -set ::Version "50/8.6" +set ::Version "50/8.7" set ::CSSFILE "docs.css" ## |