diff options
| author | JacobPalecki <[email protected]> | 2021-01-21 20:46:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 20:46:50 -0800 |
| commit | aaac0e43f690191488cc4d1d40971e56350aee55 (patch) | |
| tree | cbfa5d075e32ea004460ec223c1d5f3d089b3dbc /common/rawaccel-version.h | |
| parent | Merge pull request #65 from JacobPalecki/Directional (diff) | |
| parent | change toggle text, "enabled" -> "disable" (diff) | |
| download | rawaccel-1.4.0.tar.xz rawaccel-1.4.0.zip | |
Merge pull request #66 from a1xd/1.4-tweaksv1.4.0
add angle snapping, update signed/
Diffstat (limited to 'common/rawaccel-version.h')
| -rw-r--r-- | common/rawaccel-version.h | 2 |
1 files changed, 1 insertions, 1 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) |