diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-02 23:42:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-02 23:42:54 (GMT) |
commit | 48c7828e9788d661962a80a5e77b52a30ee06168 (patch) | |
tree | 7d8e147a4851abae6d82fada2089504958f28cb8 /macosx | |
parent | 0069755ea6e487b4f04b99a49d1307f8cbe3abde (diff) | |
download | tcl-48c7828e9788d661962a80a5e77b52a30ee06168.zip tcl-48c7828e9788d661962a80a5e77b52a30ee06168.tar.gz tcl-48c7828e9788d661962a80a5e77b52a30ee06168.tar.bz2 |
More 8.6 -> 8.7
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 6 | ||||
-rw-r--r-- | macosx/Tcl-Common.xcconfig | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README index bcffde3..decf38f 100644 --- a/macosx/README +++ b/macosx/README @@ -113,7 +113,7 @@ The following build configurations are available: The Xcode projects refer to the toplevel tcl source directory via the TCL_SRCROOT user build setting, by default this is set to the project-relative path '../../tcl', if your tcl source directory is named differently, e.g. -'../../tcl8.6', you need to manually change the TCL_SRCROOT setting by editing +'../../tcl8.7', you need to manually change the TCL_SRCROOT setting by editing your ${USER}.pbxuser file (located inside the Tcl.xcodeproj bundle directory) with a text editor. @@ -141,9 +141,9 @@ Detailed Instructions for building with macosx/GNUmakefile - Unpack the Tcl source release archive. - The following instructions assume the Tcl source tree is named "tcl${ver}", -(where ${ver} is a shell variable containing the Tcl version number e.g. '8.6'). +(where ${ver} is a shell variable containing the Tcl version number e.g. '8'). Setup this shell variable as follows: - ver="8.6" + ver="8" If you are building from CVS, omit this step (CVS source tree names usually do not contain a version number). diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig index 9c47547..6d5a18c 100644 --- a/macosx/Tcl-Common.xcconfig +++ b/macosx/Tcl-Common.xcconfig @@ -34,4 +34,4 @@ TCL_CONFIGURE_ARGS = --enable-threads --enable-dtrace TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION) TCL_PACKAGE_PATH = "$(LIBDIR)" TCL_DEFS = HAVE_TCL_CONFIG_H -VERSION = 8.6 +VERSION = 8 |