From bc970e792159c6b03febb978fc8c9f09dc91e602 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 May 2019 15:26:09 +0300 Subject: Add support for package manifest upstream-version value --- libbpkg/manifest.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbpkg/manifest.hxx') 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 upstream_version; butl::optional project; butl::optional priority; std::string summary; -- cgit v1.1