summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-12-02 05:47:12 -0500
committera1xd <[email protected]>2020-12-02 05:47:12 -0500
commit0aca62b28d1b071031460269ccfd7ffdb7b3e6fd (patch)
tree62ec637657f61f50bc228e73e41bd0d907641042 /common
parentembed version info into assemblies (diff)
downloadrawaccel-0aca62b28d1b071031460269ccfd7ffdb7b3e6fd.tar.xz
rawaccel-0aca62b28d1b071031460269ccfd7ffdb7b3e6fd.zip
support win7 while cross-signing is still available
to be dropped by april 2021
Diffstat (limited to 'common')
-rw-r--r--common/rawaccel-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h
index c9828a0..9470ca0 100644
--- a/common/rawaccel-version.h
+++ b/common/rawaccel-version.h
@@ -4,7 +4,7 @@
#define RA_VER_MINOR 3
#define RA_VER_PATCH 0
-#define RA_MIN_OS "Win10"
+#define RA_MIN_OS "Win7"
#define M_STR_HELPER(x) #x
#define M_STR(x) M_STR_HELPER(x)