aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-22 15:26:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-22 16:29:43 +0300
commitbc970e792159c6b03febb978fc8c9f09dc91e602 (patch)
tree0e1b7174da6fa040703ca9fb10314b27c6118648 /libbpkg/manifest.hxx
parent0575ec4e2084c553fa56e3d645233b118936a2d5 (diff)
Add support for package manifest upstream-version value
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index 2d1e609..59c0ba0 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -627,6 +627,7 @@ namespace bpkg
package_name name;
version_type version;
+ butl::optional<std::string> upstream_version;
butl::optional<package_name> project;
butl::optional<priority_type> priority;
std::string summary;