diff options
| author | a1xd <[email protected]> | 2021-04-26 22:14:29 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-04-26 22:14:29 -0400 |
| commit | f218e44194845da4b25ffb0a8f298e9729d9bfbc (patch) | |
| tree | 9e3eb5ec57e0f57547b897f0fb3a01882468c8ef /common | |
| parent | ignore errors when trying to retrieve dev list (diff) | |
| download | rawaccel-f218e44194845da4b25ffb0a8f298e9729d9bfbc.tar.xz rawaccel-f218e44194845da4b25ffb0a8f298e9729d9bfbc.zip | |
bump version
Diffstat (limited to 'common')
| -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 40ff2d2..ce53b30 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -2,7 +2,7 @@ #define RA_VER_MAJOR 1 #define RA_VER_MINOR 4 -#define RA_VER_PATCH 3 +#define RA_VER_PATCH 4 #define RA_OS "Win7+" |