aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.hxx')
-rw-r--r--bpkg/manifest-utility.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx
index ee73c4a..e7bc149 100644
--- a/bpkg/manifest-utility.hxx
+++ b/bpkg/manifest-utility.hxx
@@ -41,6 +41,8 @@ namespace bpkg
return parse_package_name (s.c_str ());
}
+ // Return empty version if none is specified.
+ //
version
parse_package_version (const char*);