diff options
| author | a1xd <[email protected]> | 2021-03-11 07:00:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-11 07:00:19 -0500 |
| commit | 11b62cfcf58dbf9b0e5328f2bf283864185e95be (patch) | |
| tree | 1d401f7d99570cb0e560944af52167060295bf8b /common/rawaccel-version.h | |
| parent | Merge pull request #71 from a1xd/fix-dev-id (diff) | |
| parent | add handler for unhandled exceptions (diff) | |
| download | rawaccel-1.4.3.tar.xz rawaccel-1.4.3.zip | |
Merge pull request #81 from a1xd/log-unhandled-exv1.4.3
add handler for unhandled exceptions
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 7002919..40ff2d2 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 2 +#define RA_VER_PATCH 3 #define RA_OS "Win7+" |