We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f86a7 commit d621d5fCopy full SHA for d621d5f
configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.63)
2
3
# Version number. This is currently the only place.
4
m4_define([HIDAPI_MAJOR], 0)
5
-m4_define([HIDAPI_MINOR], 8)
+m4_define([HIDAPI_MINOR], 9)
6
m4_define([HIDAPI_RELEASE], 0)
7
m4_define([HIDAPI_RC], -rc1)
8
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC)
0 commit comments