From bc24eec7208187e171fd61ced7130fd8e2828257 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Mar 2018 00:54:05 +0300 Subject: Add support for version iteration --- bpkg/pkg-configure.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 2bb1b20..e23fca1 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -209,6 +209,7 @@ namespace bpkg false, // No auto-purge (does not get there). nullopt, // No source directory. false, + nullopt, // No manifest checksum. nullopt, // No output directory. {}}); // No prerequisites. -- cgit v1.1