diff options
| author | JacobPalecki <[email protected]> | 2021-01-20 20:13:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-20 20:13:33 -0800 |
| commit | 5b6479013c8f35df933dd57c680063f4db1e4028 (patch) | |
| tree | 60dd7c67a0f163457da2519b42553382a39a591b /common/rawaccel-version.h | |
| parent | show custom dialog on bad input (#63) (diff) | |
| parent | Guard against bad anisotropy args (diff) | |
| download | rawaccel-5b6479013c8f35df933dd57c680063f4db1e4028.tar.xz rawaccel-5b6479013c8f35df933dd57c680063f4db1e4028.zip | |
Merge pull request #65 from JacobPalecki/Directional
Directionality Features + Graph Fidelity
Diffstat (limited to 'common/rawaccel-version.h')
| -rw-r--r-- | common/rawaccel-version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h index 9470ca0..0e02036 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -1,7 +1,7 @@ #pragma once #define RA_VER_MAJOR 1 -#define RA_VER_MINOR 3 +#define RA_VER_MINOR 4 #define RA_VER_PATCH 0 #define RA_MIN_OS "Win7" @@ -20,7 +20,7 @@ namespace rawaccel { }; #ifndef _KERNEL_MODE - inline constexpr version_t min_driver_version = { 1, 3, 0 }; + inline constexpr version_t min_driver_version = { 1, 4, 0 }; #endif } |