diff options
| author | a1xd <[email protected]> | 2021-04-14 14:00:30 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-04-14 14:00:30 -0400 |
| commit | 4995368332953c3a3bffa4599ba0bbac16ad7018 (patch) | |
| tree | 6cf92f39b07274d75addbdad7e6516546a55d201 /common | |
| parent | fix arbitrary output starting from 0 in sens mode (diff) | |
| download | rawaccel-4995368332953c3a3bffa4599ba0bbac16ad7018.tar.xz rawaccel-4995368332953c3a3bffa4599ba0bbac16ad7018.zip | |
bump version
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 de8644b..384ba6f 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -1,8 +1,8 @@ #pragma once #define RA_VER_MAJOR 1 -#define RA_VER_MINOR 4 -#define RA_VER_PATCH 3 +#define RA_VER_MINOR 5 +#define RA_VER_PATCH 0 #define RA_OS "Win7+" @@ -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, 4, 0 }; + inline constexpr version_t min_driver_version = { 1, 5, 0 }; #endif } |