Skip to content

Commit d621d5f

Browse files
committed
configure.ac: Release 0.9.0-rc1
Signed-off-by: Filip Kubicz <[email protected]>
1 parent c4f86a7 commit d621d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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], 8)
5+
m4_define([HIDAPI_MINOR], 9)
66
m4_define([HIDAPI_RELEASE], 0)
77
m4_define([HIDAPI_RC], -rc1)
88
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC)

0 commit comments

Comments
 (0)