From 2dbd9ec3efae8a3814e6bece0f7ed45038c30380 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 18 Oct 2018 10:08:48 +0200 Subject: Fix version range not ending at next major version when not defining end --- include/Version.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Version.hpp') diff --git a/include/Version.hpp b/include/Version.hpp index 915f622..57a53f5 100644 --- a/include/Version.hpp +++ b/include/Version.hpp @@ -6,6 +6,7 @@ namespace sibs { enum class VersionOperation { + NONE, LESS, LESS_EQUAL, EQUAL, -- cgit v1.2.3