diff options
author | dgp <dgp@users.sourceforge.net> | 2020-07-06 20:34:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-07-06 20:34:31 (GMT) |
commit | c56d964dcb20fe65c38e65b7274c45351b7e6e44 (patch) | |
tree | 984f8f63f5876c64831dc70bf63e87fcaefd504b /unix/configure | |
parent | 870670e4d40ffddec9c1fda18e8dabfeaa3d9afe (diff) | |
download | tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.zip tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.gz tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.bz2 |
Bump to 8.6.11 for release.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 7d40237..702914b 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".10" +TCL_PATCH_LEVEL=".11" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} |