mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-10 18:06:38 +02:00
bump min version
This commit is contained in:
parent
4d75d7d192
commit
b07c6783b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue