diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
commit | 470dc679b3ef5fad8fa57ec1e90b9f13b676c229 (patch) | |
tree | 83c4f9ee912615e82e4730155c6a49338e222473 /unix/configure | |
parent | fcb1a092aeea82d23c7d8957f677c0af36fc7371 (diff) | |
download | tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.zip tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.tar.gz tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.tar.bz2 |
Release candidate branch for Tcl 8.6b3.
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 2e36ad2..0b8bc82 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="b2" +TCL_PATCH_LEVEL="b3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |