Index: build/test/test
==================================================================
--- build/test/test
+++ build/test/test
@@ -1,8 +1,8 @@
 #! /bin/bash
 
-VERSIONS="8.5.19 8.6.8 fossil_trunk"
+VERSIONS="8.5.19 8.6.9 fossil_trunk"
 
 # Find the base directory
 for x in 1 2 3 4 __fail__; do
 	if [ "${x}" = "__fail__" ]; then
 		echo 'Unable to find KitCreator, aborting.' >&2

Index: build/web/kitcreator.vfs/index.rvt
==================================================================
--- build/web/kitcreator.vfs/index.rvt
+++ build/web/kitcreator.vfs/index.rvt
@@ -26,10 +26,11 @@
 	set tcl_versions(8.6.4) 8.6.4
 	set tcl_versions(8.6.5) 8.6.5
 	set tcl_versions(8.6.6) 8.6.6
 	set tcl_versions(8.6.7) 8.6.7
 	set tcl_versions(8.6.8) 8.6.8
+	set tcl_versions(8.6.9) 8.6.9
 	set tcl_versions(fossil_trunk) "Fossil Trunk Tip"
 
 	set platforms(android-arm) "Android/ARM"
 	set platforms(freebsd-amd64) "FreeBSD/amd64"
 	set platforms(hpux-hppa64) "HP-UX/PA-RISC 2.0"

Index: kitcreator
==================================================================
--- kitcreator
+++ kitcreator
@@ -11,11 +11,11 @@
 		shift
 		;;
 esac
 
 # Determine which Tcl version to build
-TCLVERS="8.6.8"
+TCLVERS="8.6.9"
 if echo "$1" | grep '^[0-9][0-9]*\.' >/dev/null || echo "$1" | egrep '^(cvs|fossil)_' >/dev/null; then
 	TCLVERS="$1"
 
 	shift
 fi

Index: tcl/build.sh
==================================================================
--- tcl/build.sh
+++ tcl/build.sh
@@ -44,10 +44,13 @@
 		SRCHASH='7c6b8f84e37332423cfe5bae503440d88450da8cc1243496249faa5268026ba5'
 		;;
 	8.6.8)
 		SRCHASH='c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a'
 		;;
+	8.6.9)
+		SRCHASH='ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e'
+		;;
 esac
 
 # Set configure options for this sub-project
 LDFLAGS="${LDFLAGS} ${KC_TCL_LDFLAGS}"
 CFLAGS="${CFLAGS} ${KC_TCL_CFLAGS}"

Index: tk/build.sh
==================================================================
--- tk/build.sh
+++ tk/build.sh
@@ -44,10 +44,13 @@
 		SRCHASH='061de2a354f9b7c7d04de3984c90c9bc6dd3a1b8377bb45509f1ad8a8d6337aa'
 		;;
 	8.6.8)
 		SRCHASH='49e7bca08dde95195a27f594f7c850b088be357a7c7096e44e1158c7a5fd7b33'
 		;;
+	8.6.9)
+		SRCHASH='d3f9161e8ba0f107fe8d4df1f6d3a14c30cc3512dfc12a795daa367a27660dac'
+		;;
 esac
 
 # Set configure options for this sub-project
 LDFLAGS="${LDFLAGS} ${KC_TK_LDFLAGS}"
 CFLAGS="${CFLAGS} ${KC_TK_CFLAGS}"