From 50e725ae23124a10d56a615fb8b0ae80d0d2b4d3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jun 2020 13:07:31 +0200 Subject: Add metadata for exe{b}, including whether it is statically-linked Use this information to omit ad hoc C++ recipe tests is testing statically- linked build system. --- libbuild2/version.hxx.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2') diff --git a/libbuild2/version.hxx.in b/libbuild2/version.hxx.in index d221d03..a9db847 100644 --- a/libbuild2/version.hxx.in +++ b/libbuild2/version.hxx.in @@ -28,6 +28,7 @@ #define LIBBUILD2_VERSION $build2.version.project_number$ULL #define LIBBUILD2_VERSION_STR "$build2.version.project$" #define LIBBUILD2_VERSION_ID "$build2.version.project_id$" +#define LIBBUILD2_VERSION_FULL "$build2.version$" #define LIBBUILD2_VERSION_MAJOR $build2.version.major$ #define LIBBUILD2_VERSION_MINOR $build2.version.minor$ -- cgit v1.1