diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:19:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:19:29 (GMT) |
commit | 2fd9fcf08d73f688888ef8784be0c5493b80d818 (patch) | |
tree | 9406a394d30d22c961a09ad039a8d5450172a4ed /macosx | |
parent | 9d05857f2e1878b20cc6aa7cd5c87ed5c55aeea5 (diff) | |
download | tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.zip tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.gz tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tk-Common.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tk-Common.xcconfig b/macosx/Tk-Common.xcconfig index 0d6e474..d75674a 100644 --- a/macosx/Tk-Common.xcconfig +++ b/macosx/Tk-Common.xcconfig @@ -43,4 +43,4 @@ TCL_PACKAGE_PATH = "$(LIBDIR)" TCL_DEFS = HAVE_TCL_CONFIG_H TK_LIBRARY = $(LIBDIR)/tk$(VERSION) TK_DEFS = HAVE_TK_CONFIG_H TCL_NO_DEPRECATED -VERSION = 8.6 +VERSION = 8.7 |