diff options
| author | a1xd <[email protected]> | 2021-01-21 22:40:56 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-21 22:40:56 -0500 |
| commit | c346fa7baba3e14d8a2cc088eaee118ad269ace4 (patch) | |
| tree | f5251c5ec868bee9ed42f17896dab6652662e7f2 /common/rawaccel-version.h | |
| parent | add angle snapping (diff) | |
| download | rawaccel-c346fa7baba3e14d8a2cc088eaee118ad269ace4.tar.xz rawaccel-c346fa7baba3e14d8a2cc088eaee118ad269ace4.zip | |
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) |