Index: build/test/test
==================================================================
--- build/test/test
+++ build/test/test
@@ -1,8 +1,8 @@
 #! /bin/bash
 
-VERSIONS="8.5.19 8.6.4 fossil_trunk"
+VERSIONS="8.5.19 8.6.5 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
@@ -22,10 +22,11 @@
 	set tcl_versions(8.5.19) 8.5.19
 	set tcl_versions(8.6.1) 8.6.1
 	set tcl_versions(8.6.2) 8.6.2
 	set tcl_versions(8.6.3) 8.6.3
 	set tcl_versions(8.6.4) 8.6.4
+	set tcl_versions(8.6.5) 8.6.5
 	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.4"
+TCLVERS="8.6.5"
 if echo "$1" | grep '^[0-9][0-9]*\.' >/dev/null || echo "$1" | egrep '^(cvs|fossil)_' >/dev/null; then
 	TCLVERS="$1"
 
 	shift
 fi