From bc45d34e6606ce31b2c11d3120b0eea20c547199 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Jun 2018 22:00:33 +0300 Subject: Default version epoch to one --- libbpkg/manifest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 5e7a748..fc6c332 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -50,7 +50,7 @@ namespace bpkg const std::string canonical_release; // Create a special empty version. It is less than any other valid - // version (and is conceptually equivalent to 0-). + // version (and is conceptually equivalent to +0-0-). // version (): epoch (0), release (""), revision (0), iteration (0) {} -- cgit v1.1