From 338d8065f1b681da841fa0d79cc9265776ff1e1e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Jun 2018 22:20:15 +0300 Subject: Default standard version epoch to one --- libbutl/standard-version.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/standard-version.mxx') diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx index 384b8f0..5f019c4 100644 --- a/libbutl/standard-version.mxx +++ b/libbutl/standard-version.mxx @@ -62,7 +62,7 @@ LIBBUTL_MODEXPORT namespace butl // static const std::uint64_t latest_sn = std::uint64_t (~0); - std::uint16_t epoch = 0; // 0 if not specified. + std::uint16_t epoch = 1; // 0 if a stub, 1 if not specified. std::uint64_t version = 0; // AAABBBCCCDDDE std::uint64_t snapshot_sn = 0; // 0 if not specifed, latest_sn if 'z'. std::string snapshot_id; // Empty if not specified. -- cgit v1.1