summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-01 08:17:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-01 08:17:48 (GMT)
commit70c1d3d8c18a991c9602ecef5cec77be5cf56f04 (patch)
tree22897cbefafcd5739a34c0f372c88bd1b19c0e45 /generic/tclBasic.c
parent9e49093832a72b513ec22ea3314b95991b88dfa7 (diff)
downloadtcl-70c1d3d8c18a991c9602ecef5cec77be5cf56f04.zip
tcl-70c1d3d8c18a991c9602ecef5cec77be5cf56f04.tar.gz
tcl-70c1d3d8c18a991c9602ecef5cec77be5cf56f04.tar.bz2
Merge 8.7. Internal package renaming
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 3cac9f4..da56c2c 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -1181,7 +1181,8 @@ Tcl_CreateInterp(void)
* TIP #???: Append build information "+<UUID>.<tag1>.<tag2>...."
*/
- Tcl_PkgProvideEx(interp, "Tcl", TCL_PATCH_LEVEL
+ Tcl_PkgProvideEx(interp, "Tcl", TCL_PATCH_LEVEL, &tclStubs);
+ Tcl_PkgProvideEx(interp, "tcl", TCL_PATCH_LEVEL
"+" STRINGIFY(TCL_VERSION_UUID)
#if defined(__clang__) && defined(__clang_major__)
".clang-" STRINGIFY(__clang_major__)