summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-02 23:42:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-02 23:42:54 (GMT)
commit48c7828e9788d661962a80a5e77b52a30ee06168 (patch)
tree7d8e147a4851abae6d82fada2089504958f28cb8 /tools
parent0069755ea6e487b4f04b99a49d1307f8cbe3abde (diff)
downloadtcl-48c7828e9788d661962a80a5e77b52a30ee06168.zip
tcl-48c7828e9788d661962a80a5e77b52a30ee06168.tar.gz
tcl-48c7828e9788d661962a80a5e77b52a30ee06168.tar.bz2
More 8.6 -> 8.7
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.in2
-rwxr-xr-xtools/tcltk-man2html.tcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure.in b/tools/configure.in
index 6aebcaa..d2247b8 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -11,7 +11,7 @@ AC_PREREQ(2.59)
# not, assume that its top-level directory is a sibling of ours.
#--------------------------------------------------------------------
-DEF_VER=8.6
+DEF_VER=8.7
AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl $DEF_VER binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl$DEF_VER$TCL_PATCH_LEVEL/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 1ceceb9..be89d28 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -4,7 +4,7 @@ if {[catch {package require Tcl 8.6} msg]} {
puts stderr "ERROR: $msg"
puts stderr "If running this script from 'make html', set the\
NATIVE_TCLSH environment\nvariable to point to an installed\
- tclsh8.6 (or the equivalent tclsh86.exe\non Windows)."
+ tclsh8 (or the equivalent tclsh8.exe\non Windows)."
exit 1
}
@@ -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"
set ::CSSFILE "docs.css"
##