diff options
| author | a1xd <[email protected]> | 2021-03-11 06:49:05 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-03-11 06:49:05 -0500 |
| commit | 66f1f4c20420fa4abe6721efd4edf17589466dd0 (patch) | |
| tree | 1d401f7d99570cb0e560944af52167060295bf8b /common | |
| parent | Merge pull request #71 from a1xd/fix-dev-id (diff) | |
| download | rawaccel-66f1f4c20420fa4abe6721efd4edf17589466dd0.tar.xz rawaccel-66f1f4c20420fa4abe6721efd4edf17589466dd0.zip | |
add handler for unhandled exceptions
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 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+" |