bump min version

This commit is contained in:
a1xd 2024-03-20 12:50:36 -04:00
parent 4d75d7d192
commit b07c6783b2

View file

@ -30,7 +30,7 @@ namespace rawaccel {
inline constexpr version_t version = { RA_VER_MAJOR, RA_VER_MINOR, RA_VER_PATCH };
#ifndef _KERNEL_MODE
inline constexpr version_t min_driver_version = { 1, 6, 0 };
inline constexpr version_t min_driver_version = { 1, 7, 0 };
#endif
}