aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx2
1 files changed, 1 insertions, 1 deletions
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) {}