From 3214778ed8efc7a72ab40823e826ac2c64cfbfb3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Mar 2018 18:51:06 +0300 Subject: Add support for version iteration --- libbrep/common.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep/common.cxx') 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); } -- cgit v1.1