diff options
Diffstat (limited to 'libbutl/standard-version.mxx')
-rw-r--r-- | libbutl/standard-version.mxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx index b71a44b..6688237 100644 --- a/libbutl/standard-version.mxx +++ b/libbutl/standard-version.mxx @@ -134,6 +134,7 @@ LIBBUTL_MODEXPORT namespace butl bool earliest () const noexcept; bool release () const noexcept; bool snapshot () const noexcept {return snapshot_sn != 0;} + bool latest_snapshot () const noexcept; bool final () const noexcept; // Comparison of empty or stub versions doesn't make sense. |