diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-12 13:23:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-12 13:23:21 (GMT) |
commit | 2db2dfd35e31ce264948ce805c95046062ff5ccd (patch) | |
tree | 2c473841d0bd0ed441c8ca9aa3d59119a8710141 /unix/configure | |
parent | 59ded443ac132275413b2e6f6e9cb4eb6cba468b (diff) | |
download | tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.zip tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.gz tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.bz2 |
Start RC branch for Tcl 8.6.6
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 2e774f7..38c3f9a 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=".5" +TCL_PATCH_LEVEL=".6" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} |