Skip to content

Commit 40cf516

Browse files
committed
HIDAPI 0.8.0-rc1
1 parent 4ecb5a6 commit 40cf516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ AC_PREREQ(2.63)
22

33
# Version number. This is currently the only place.
44
m4_define([HIDAPI_MAJOR], 0)
5-
m4_define([HIDAPI_MINOR], 7)
5+
m4_define([HIDAPI_MINOR], 8)
66
m4_define([HIDAPI_RELEASE], 0)
7-
m4_define([HIDAPI_RC], +)
7+
m4_define([HIDAPI_RC], -rc1)
88
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC)
99

1010
AC_INIT([hidapi],[VERSION_STRING],[[email protected]])

0 commit comments

Comments
 (0)