aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-12 22:00:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-15 15:40:08 +0300
commitbc45d34e6606ce31b2c11d3120b0eea20c547199 (patch)
treeb1d94d677672e448783957784d4a680b1a773a75 /libbpkg/manifest.hxx
parent8fe369a00e4c230f10611361942086709e2d4f1b (diff)
Default version epoch to one
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) {}