diff options
author | dgp <dgp@noemail.net> | 2014-07-23 12:26:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2014-07-23 12:26:21 (GMT) |
commit | 6eb54525a39edbb1d0002b913f64b4bdf024b8ce (patch) | |
tree | 1627e714a9191e6b7d567fb0a0302d5ead591678 /unix/configure | |
parent | 37360763a28352edd799836dc8309f4dedcd6dfc (diff) | |
download | tcl-6eb54525a39edbb1d0002b913f64b4bdf024b8ce.zip tcl-6eb54525a39edbb1d0002b913f64b4bdf024b8ce.tar.gz tcl-6eb54525a39edbb1d0002b913f64b4bdf024b8ce.tar.bz2 |
Bump to 8.5.16 for release.
FossilOrigin-Name: 94417e5c1d9b2b93d2cbead22f8628ff43135fe6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index d268647..e4ff106 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".15" +TCL_PATCH_LEVEL=".16" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ @@ -18915,7 +18915,7 @@ TCL_SHARED_BUILD=${SHARED_BUILD} - ac_config_files="$ac_config_files Makefile:../unix/Makefile.in dltest/Makefile:../unix/dltest/Makefile.in tclConfig.sh:../unix/tclConfig.sh.in tcl.pc:../unix/tcl.pc.in" + ac_config_files="$ac_config_files Makefile:../unix/Makefile.in dltest/Makefile:../unix/dltest/Makefile.in tclConfig.sh:../unix/tclConfig.sh.in tcl.pc:../unix/tcl.pc.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure |