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-package-search.cxx | |
parent | 6cfdf7e46444884fb8e20a916d6d5fce3f05d767 (diff) |
Use VERSION_ID instead of VERSION_STR where appropriate
Diffstat (limited to 'mod/mod-package-search.cxx')
-rw-r--r-- | mod/mod-package-search.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-search.cxx b/mod/mod-package-search.cxx index 23db29a..e1cd03f 100644 --- a/mod/mod-package-search.cxx +++ b/mod/mod-package-search.cxx @@ -62,7 +62,7 @@ init (scanner& s) if (schema_catalog::current_version (*package_db_, ds) != package_db_->schema_version (ds)) fail << "database 'package' schema differs from the current one (module " - << BREP_VERSION_STR << ")"; + << BREP_VERSION_ID << ")"; } template <typename T> |