aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-17 19:46:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-22 14:59:10 +0300
commitd6b4ed9cc7f6b27c9180627e7d1fec4d698af28c (patch)
tree39f571c50dfa21be9be2df4b0e2f91806ec5a206 /bdep/project.hxx
parentb83bc314314e18e76929ac9f6ae5d3715baeeb4e (diff)
Add support for --force option in bdep-release and bdep-publish
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx6
1 files changed, 5 insertions, 1 deletions
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&);