From 8276cb927bafd338be237adbecf437e70042da99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Apr 2017 15:52:15 +0200 Subject: Implement version module --- build2/b.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 47541c4..23d0e01 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -49,6 +49,7 @@ using namespace std; #include #include #include +#include namespace build2 { @@ -292,6 +293,7 @@ main (int argc, char* argv[]) bm["dist"] = mf {&dist::boot, &dist::init}; bm["test"] = mf {&test::boot, &test::init}; bm["install"] = mf {&install::boot, &install::init}; + bm["version"] = mf {&version::boot, &version::init}; bm["bin.vars"] = mf {nullptr, &bin::vars_init}; bm["bin.config"] = mf {nullptr, &bin::config_init}; -- cgit v1.1