From b07c6783b28819ec5a50fa10fbdec42ccbb26783 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:50:36 -0400 Subject: [PATCH] bump min version --- common/rawaccel-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h index 70ecdf1..b7cd623 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -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 }