diff options
| author | a1xd <[email protected]> | 2021-01-23 00:18:42 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-23 00:18:42 -0500 |
| commit | e887f8d7f06b1b359f3d7c291e03ac26dd89f3c4 (patch) | |
| tree | dfc65c0d58a936771d1eb8ca3d3304f7035b7f3a | |
| parent | Merge pull request #69 from JacobPalecki/FixByComponent (diff) | |
| download | rawaccel-e887f8d7f06b1b359f3d7c291e03ac26dd89f3c4.tar.xz rawaccel-e887f8d7f06b1b359f3d7c291e03ac26dd89f3c4.zip | |
bump version
| -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 d2c7922..aef506d 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 0 +#define RA_VER_PATCH 1 #define RA_OS "Win7+" |