From 0dbe4e64dd04df8cece55203d3b18cd63f080407 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Dec 2015 12:12:29 +0200 Subject: Add --- loader/loader.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/loader.cxx b/loader/loader.cxx index 4512b8d..343c810 100644 --- a/loader/loader.cxx +++ b/loader/loader.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include @@ -704,7 +705,10 @@ main (int argc, char* argv[]) // if (ops.version ()) { - cout << "brep-loader 0.1.0" << endl + cout << "brep-loader " << BREP_VERSION_STR << endl + << "libbrep " << LIBBREP_VERSION_STR << endl + << "libbpkg " << LIBBPKG_VERSION_STR << endl + << "libbutl " << LIBBUTL_VERSION_STR << endl << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl << "MIT; see accompanying LICENSE file" << endl; -- cgit v1.1