From 73f3d08f995db4e8ebaef24556f28b63a9250675 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Sat, 18 Sep 2021 07:01:08 -0400 Subject: bump version, target win10 --- common/rawaccel-version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h index 384ba6f..f3f684c 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -1,10 +1,10 @@ #pragma once #define RA_VER_MAJOR 1 -#define RA_VER_MINOR 5 +#define RA_VER_MINOR 6 #define RA_VER_PATCH 0 -#define RA_OS "Win7+" +#define RA_OS "Win10+" #define RA_M_STR_HELPER(x) #x #define RA_M_STR(x) RA_M_STR_HELPER(x) @@ -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, 5, 0 }; + inline constexpr version_t min_driver_version = { 1, 6, 0 }; #endif } -- cgit v1.2.3