diff options
author | dgp <dgp@users.sourceforge.net> | 2021-01-02 22:34:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-01-02 22:34:55 (GMT) |
commit | c86e9e2b45d255948300e7ec51406f8b99437016 (patch) | |
tree | 2959c10c12b200c7d255fee4304043c54e4830e8 /win/configure | |
parent | ee9004c35f280a9747f2423aeb98ce63aa1c3400 (diff) | |
parent | 17b5b3e0201cdf92d3c125776e1b2dd453f225bd (diff) | |
download | tcl-c86e9e2b45d255948300e7ec51406f8b99437016.zip tcl-c86e9e2b45d255948300e7ec51406f8b99437016.tar.gz tcl-c86e9e2b45d255948300e7ec51406f8b99437016.tar.bz2 |
merge 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 a8575ad..e3addbf 100755 --- a/win/configure +++ b/win/configure @@ -1312,7 +1312,7 @@ SHELL=/bin/sh TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".10" +TCL_PATCH_LEVEL=".11" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.4 |