aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/bash/buildfile')
-rw-r--r--libbuild2/bash/buildfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbuild2/bash/buildfile b/libbuild2/bash/buildfile
index ed95998..e30f379 100644
--- a/libbuild2/bash/buildfile
+++ b/libbuild2/bash/buildfile
@@ -50,8 +50,10 @@ libs{build2-bash}: cxx.export.poptions += -DLIBBUILD2_BASH_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" \