summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 98e1b8c..a2b8298 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -54,7 +54,7 @@ ifndef TCLVERS
TCLVERS:= $(shell perl -e '@_=sort map (m|/usr/lib64/libtcl(\d\.\d)\.so|, glob ("/usr/lib64/libtcl*")); print pop @_')
endif
ifndef TCLVERS
-TCLVERS=8.3
+TCLVERS=8.4
endif
TCLINCL = -I/usr/include/tcl$(TCLVERS)