diff options
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> |