From d7b5f03a761714f6ea6c4b1891e8a1f3824d4979 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Aug 2019 09:14:19 +0200 Subject: Add build.version.interface This build system interface version should be embedded into build system modules as load_suffix. --- libbuild2/in/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libbuild2/in') diff --git a/libbuild2/in/buildfile b/libbuild2/in/buildfile index aa5af87..b67ee00 100644 --- a/libbuild2/in/buildfile +++ b/libbuild2/in/buildfile @@ -47,8 +47,10 @@ libs{build2-in}: cxx.export.poptions += -DLIBBUILD2_IN_SHARED # in place of another pre-release or the final version. See the version module # for details on the version.* variable values. # -# And seeing that this is a build system module, we also embed the same -# version as the build system core version. +# And because this is a build system module, we also embed the same value as +# the interface version (note that we cannot use build.version.interface for +# bundled modules because we could be built with a different version of the +# build system). # ver = ($version.pre_release \ ? "$version.project_id" \ -- cgit v1.1