diff options
author | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:13:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:13:15 (GMT) |
commit | b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e (patch) | |
tree | fbaea06cc52e0ef488abe3c37f49cbd549ee8039 /win/configure | |
parent | f2f01df4f4c6ee825fa197847b8b314055ab5d61 (diff) | |
download | tcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.zip tcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.tar.gz tcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.tar.bz2 |
Bump to 8.7a2 to distinguish trunk from 8.7a1 release.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index a47ff23..fdd3adb 100755 --- a/win/configure +++ b/win/configure @@ -2102,7 +2102,7 @@ SHELL=/bin/sh TCL_VERSION=8.7 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=7 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.4 |