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 | 96d7deb99b09624805b33dd7febf0cf056b7fa03 (patch) | |
tree | 2c473841d0bd0ed441c8ca9aa3d59119a8710141 /win/configure | |
parent | 0ceae7a8858e4fc063aaed9c90e843c52b6c4769 (diff) | |
download | tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.zip tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.tar.gz tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.tar.bz2 |
Start RC branch for Tcl 8.6.6
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 2336111..e8e4b87 100755 --- a/win/configure +++ b/win/configure @@ -1311,7 +1311,7 @@ SHELL=/bin/sh TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".5" +TCL_PATCH_LEVEL=".6" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.4 |