diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
commit | a1f0dd74ffe8b407f725f089784f2dd51c2ab548 (patch) | |
tree | 81292bfb382d4b828fa3788b3b042e8539c4973c /unix/configure | |
parent | 1d512f82013b5c80636c8522357aabe3b429f143 (diff) | |
download | tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.zip tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.gz tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.bz2 |
Bump version number to 8.6.1.
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 9b3c298..06ff7a4 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=".0" +TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |