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 | 14ed75f370cd191162041f91fa4905e7ff6b4944 (patch) | |
tree | 0add9bae925a89aa5e64d09a70aef3e244184784 /win/configure.in | |
parent | 8815f9f3c32c06e9f2d1d2b8ea69e1810988c5a4 (diff) | |
download | tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.zip tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.tar.gz tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in index a72b993..7405bf4 100644 --- a/win/configure.in +++ b/win/configure.in @@ -4,17 +4,17 @@ # to configure the system for the local environment. AC_INIT(../generic/tcl.h) -AC_PREREQ(2.59) +AC_PREREQ(2.69) # The following define is needed when building with Cygwin since newer # versions of autoconf incorrectly set SHELL to /bin/bash instead of # /bin/sh. The bash shell seems to suffer from some strange failures. SHELL=/bin/sh -TCL_VERSION=8.6 +TCL_VERSION=8.7 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".5" +TCL_MINOR_VERSION=7 +TCL_PATCH_LEVEL="a0" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.4 |