forked from signal11/hidapi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from sensestage/master
fixes for autoconf/make system
- Loading branch information
Showing
16 changed files
with
812 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ AC_PREREQ(2.63) | |
|
||
# Version number. This is currently the only place. | ||
m4_define([HIDAPI_MAJOR], 0) | ||
m4_define([HIDAPI_MINOR], 7) | ||
m4_define([HIDAPI_MINOR], 8) | ||
m4_define([HIDAPI_RELEASE], 0) | ||
m4_define([HIDAPI_RC], +) | ||
m4_define([HIDAPI_RC], -rc1) | ||
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC) | ||
|
||
AC_INIT([hidapi],[VERSION_STRING],[[email protected]]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.