diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-03-24 22:27:16 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-03-24 22:27:16 +0000 |
commit | 84c21e0a29caaef697b9a849d1512f6f3f79002a (patch) | |
tree | a9aef0e91c783cefcf020837885cf8b24a746c50 /documentation/content/en/books/developers-handbook/tools | |
parent | 1908f0e1f3630d90d6c1b356abd0cf073e5e69ba (diff) |
Diffstat (limited to 'documentation/content/en/books/developers-handbook/tools')
-rw-r--r-- | documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index eedd83a25a..c1dbec7094 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -165,7 +165,7 @@ Tcl is an embeddable, interpreted language, that has become widely used and beca It can be used both for quickly writing small, prototype applications, or (when combined with Tk, a GUI toolkit) fully-fledged, featureful programs. + Various versions of Tcl are available as ports for FreeBSD. -The latest version, Tcl 8.5, can be found in package:lang/tcl87[]. +The latest version, Tcl 8.7, can be found in package:lang/tcl87[]. === Compilers |