diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-15 18:51:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-15 18:51:06 +0300 |
commit | 3214778ed8efc7a72ab40823e826ac2c64cfbfb3 (patch) | |
tree | d1eda04b63e02fcc2140aac502b9c6feabae5eed /libbrep/common.cxx | |
parent | 67194c06c57ea32ecb70e8b97bc7037ac0e80751 (diff) |
Add support for version iteration
Diffstat (limited to 'libbrep/common.cxx')
-rw-r--r-- | libbrep/common.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/common.cxx b/libbrep/common.cxx index 39fd0c7..2499f65 100644 --- a/libbrep/common.cxx +++ b/libbrep/common.cxx @@ -6,5 +6,5 @@ namespace brep { - const version wildcard_version (0, "0", nullopt, 0); + const version wildcard_version (0, "0", nullopt, 0, 0); } |