diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-10 20:17:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-10 20:17:12 (GMT) |
commit | 1ce240e90ff9c5fd4b853ee04982b142bc6f6536 (patch) | |
tree | bc17980a0d171b8c6b0a474629a2fe7db715769d /unix/configure | |
parent | 59f2031ac54d010c84ee64e6626a119959c645a6 (diff) | |
download | tcl-1ce240e90ff9c5fd4b853ee04982b142bc6f6536.zip tcl-1ce240e90ff9c5fd4b853ee04982b142bc6f6536.tar.gz tcl-1ce240e90ff9c5fd4b853ee04982b142bc6f6536.tar.bz2 |
Bump to 8.5.17
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 ff7791e..1264916 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=".16" +TCL_PATCH_LEVEL=".17" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |