summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-20 18:49:09 -0800
committerJacob Palecki <[email protected]>2021-01-20 18:49:09 -0800
commitcb8d1d8f1ba712e1497d39900647768d581cbbb5 (patch)
treed1d6cac73ac6799487e9fe3a58b8ff243489173e
parentFinal GUI tweaks (diff)
downloadrawaccel-cb8d1d8f1ba712e1497d39900647768d581cbbb5.tar.xz
rawaccel-cb8d1d8f1ba712e1497d39900647768d581cbbb5.zip
Bump version to 1.4
-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
}