summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-12 13:23:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-12 13:23:21 (GMT)
commit2db2dfd35e31ce264948ce805c95046062ff5ccd (patch)
tree2c473841d0bd0ed441c8ca9aa3d59119a8710141 /unix
parent59ded443ac132275413b2e6f6e9cb4eb6cba468b (diff)
downloadtcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.zip
tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.gz
tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.bz2
Start RC branch for Tcl 8.6.6
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/tcl.spec2
3 files changed, 3 insertions, 3 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:-"@:"}
diff --git a/unix/configure.in b/unix/configure.in
index 5d4cfbe..1d86213 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
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:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 3044311..8bf77f3 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.6.5
+Version: 8.6.6
Release: 2
License: BSD
Group: Development/Languages