summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/rawaccel-version.h2
-rw-r--r--installer/installer.rc2
-rw-r--r--signed/driver/rawaccel.sysbin61640 -> 69896 bytes
-rw-r--r--signed/installer.exebin59784 -> 60296 bytes
-rw-r--r--signed/uninstaller.exebin55176 -> 55688 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h
index 0e02036..d2c7922 100644
--- a/common/rawaccel-version.h
+++ b/common/rawaccel-version.h
@@ -4,7 +4,7 @@
#define RA_VER_MINOR 4
#define RA_VER_PATCH 0
-#define RA_MIN_OS "Win7"
+#define RA_OS "Win7+"
#define M_STR_HELPER(x) #x
#define M_STR(x) M_STR_HELPER(x)
diff --git a/installer/installer.rc b/installer/installer.rc
index 43672d7..6d69e2d 100644
--- a/installer/installer.rc
+++ b/installer/installer.rc
@@ -70,7 +70,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "FileDescription", "Raw Accel installer (" RA_MIN_OS ")"
+ VALUE "FileDescription", "Raw Accel installer (" RA_OS ")"
VALUE "FileVersion", RA_VER_STRING
VALUE "OriginalFilename", "installer.exe"
VALUE "ProductName", "Raw Accel"
diff --git a/signed/driver/rawaccel.sys b/signed/driver/rawaccel.sys
index 0fef07f..653d927 100644
--- a/signed/driver/rawaccel.sys
+++ b/signed/driver/rawaccel.sys
Binary files differ
diff --git a/signed/installer.exe b/signed/installer.exe
index 38f9201..99f1d32 100644
--- a/signed/installer.exe
+++ b/signed/installer.exe
Binary files differ
diff --git a/signed/uninstaller.exe b/signed/uninstaller.exe
index aa59df9..cfbf0dd 100644
--- a/signed/uninstaller.exe
+++ b/signed/uninstaller.exe
Binary files differ