blob: 31eeb04c164bbff69c0fa0fd8dd5282e0f74a1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.version,v 1.27 2021/01/20 20:38:48 adam Exp $
# used by cad/xcircuit/Makefile
# used by devel/tcl-tclcl/Makefile
# used by lang/tcl/Makefile
# used by lang/tcl-otcl/Makefile
# used by print/tcl-pdflib/Makefile
TCL_SONUM= 86
TCL_BASEVER= 8.6
TCL_VERSION= 8.6.11
# Update bundled versions in lang/tcl/buildlink3.mk
ITCL_VERSION= 4.2.1
SQLITE3_VERSION= 3.34.0
TDBC_VERSION= 1.1.2
THREAD_VERSION= 2.8.6
|