diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 11:02:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 11:02:46 +0200 |
commit | e0da5d736d52d71fa4894de8442160565d0b5aa9 (patch) | |
tree | ec631a1d590418898224fe26fa9b0e91cc95f760 /mod/mod-repository-root.cxx | |
parent | 6cfdf7e46444884fb8e20a916d6d5fce3f05d767 (diff) |
Use VERSION_ID instead of VERSION_STR where appropriate
Diffstat (limited to 'mod/mod-repository-root.cxx')
-rw-r--r-- | mod/mod-repository-root.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/mod-repository-root.cxx b/mod/mod-repository-root.cxx index bac63ca..00cdea4 100644 --- a/mod/mod-repository-root.cxx +++ b/mod/mod-repository-root.cxx @@ -364,10 +364,10 @@ namespace brep { MODULE_DIAG; - info << "module " << BREP_VERSION_STR - << ", libbrep " << LIBBREP_VERSION_STR - << ", libbbot " << LIBBBOT_VERSION_STR - << ", libbpkg " << LIBBPKG_VERSION_STR - << ", libbutl " << LIBBUTL_VERSION_STR; + info << "module " << BREP_VERSION_ID + << ", libbrep " << LIBBREP_VERSION_ID + << ", libbbot " << LIBBBOT_VERSION_ID + << ", libbpkg " << LIBBPKG_VERSION_ID + << ", libbutl " << LIBBUTL_VERSION_ID; } } |