summaryrefslogtreecommitdiff
path: root/common/rawaccel-version.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rawaccel-version.h')
-rw-r--r--common/rawaccel-version.h4
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
}