Skip to content

Commit

Permalink
configure.ac: release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kubicz <[email protected]>
  • Loading branch information
Qbicz committed Jun 19, 2019
1 parent d621d5f commit 7da5cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63)
m4_define([HIDAPI_MAJOR], 0)
m4_define([HIDAPI_MINOR], 9)
m4_define([HIDAPI_RELEASE], 0)
m4_define([HIDAPI_RC], -rc1)
m4_define([HIDAPI_RC], )
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC)

AC_INIT([hidapi],[VERSION_STRING],[[email protected]])
Expand Down

0 comments on commit 7da5cc9

Please sign in to comment.