diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:45:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:45:52 (GMT) |
commit | 4c3f17ea96c3ccfbafcb8e6580375e55f78c2d71 (patch) | |
tree | 0add9bae925a89aa5e64d09a70aef3e244184784 /macosx | |
parent | a312878e5b152c92c1736dc39f29007e19efab61 (diff) | |
download | tcl-4c3f17ea96c3ccfbafcb8e6580375e55f78c2d71.zip tcl-4c3f17ea96c3ccfbafcb8e6580375e55f78c2d71.tar.gz tcl-4c3f17ea96c3ccfbafcb8e6580375e55f78c2d71.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tcl-Common.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig index 9c47547..f1ecee6 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.7 |