diff --git a/include/seqan3/core/platform.hpp b/include/seqan3/core/platform.hpp index 60f4d3b7bc..b490b5494d 100644 --- a/include/seqan3/core/platform.hpp +++ b/include/seqan3/core/platform.hpp @@ -67,8 +67,8 @@ // Ranges [required] #if __has_include() -# define RANGE_V3_MINVERSION 900 -# define RANGE_V3_MAXVERSION 999 +# define RANGE_V3_MINVERSION 1000 +# define RANGE_V3_MAXVERSION 1099 // TODO the following doesn't actually show the current version, only its formula. How'd you do it? # define MSG "Your version: " STR(RANGE_V3_VERSION) \ "; minimum version: " STR(RANGE_V3_MINVERSION) \ diff --git a/submodules/range-v3 b/submodules/range-v3 index 598cf8436f..4d6a463bca 160000 --- a/submodules/range-v3 +++ b/submodules/range-v3 @@ -1 +1 @@ -Subproject commit 598cf8436fd8d7ff12847c90a8b17ca88f02e0cd +Subproject commit 4d6a463bca51bc316f9b565edd94e82388206093