diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
commit | 08fa42eaa0798c68ec6a365e3f2ab1905e97b287 (patch) | |
tree | a54c12ef1b93361789e2e628a7c5b412fe33afa7 /unix/configure | |
parent | 9f39fc4286082e4e7a7b52711f7b37c8c6fddf7c (diff) | |
download | tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.zip tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.gz tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.bz2 |
Bump to version 8.5.18.
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 1264916..7a1ab59 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=".17" +TCL_PATCH_LEVEL=".18" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |