aboutsummaryrefslogtreecommitdiff
path: root/include/Version.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-18 10:08:48 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit2dbd9ec3efae8a3814e6bece0f7ed45038c30380 (patch)
tree06a4e2da2eb290315ce859933f88db97793ead27 /include/Version.hpp
parentc2b6468835b6174ce6474910fc488931dfd003a4 (diff)
Fix version range not ending at next major version when not defining end
Diffstat (limited to 'include/Version.hpp')
-rw-r--r--include/Version.hpp1
1 files changed, 1 insertions, 0 deletions
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,