diff options
| author | a1xd <[email protected]> | 2021-09-18 07:01:08 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:36:19 -0400 |
| commit | 73f3d08f995db4e8ebaef24556f28b63a9250675 (patch) | |
| tree | ff6acde8aba16ec75981c6618f2cdb312d36388a /common | |
| parent | inline lerp (diff) | |
| download | rawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.tar.xz rawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.zip | |
bump version, target win10
Diffstat (limited to 'common')
| -rw-r--r-- | common/rawaccel-version.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |