From d6b4ed9cc7f6b27c9180627e7d1fec4d698af28c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 19:46:28 +0300 Subject: Add support for --force option in bdep-release and bdep-publish --- bdep/project.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index 47373b0..de39ee5 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -236,9 +236,13 @@ namespace bdep void verify_project_packages (const project_packages&, const configurations&); - // Determine the version of a package in the specified configuration. + // Determine the version of a package in the specified package (first + // version) or configuration (second version) directory. // standard_version + package_version (const common_options&, const dir_path& pkg); + + standard_version package_version (const common_options&, const dir_path& cfg, const package_name&); -- cgit v1.1