From cb8d1d8f1ba712e1497d39900647768d581cbbb5 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 20 Jan 2021 18:49:09 -0800 Subject: Bump version to 1.4 --- common/rawaccel-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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 } -- cgit v1.2.3