Add missing

Fixed by autoupdate
This commit is contained in:
Ludovic Rousseau
2012-07-04 09:40:38 +02:00
committed by Alan Ott
parent d6a9953a57
commit de09917de2
+1 -1
View File
@@ -7,7 +7,7 @@ m4_define([HIDAPI_RELEASE], 0)
m4_define([HIDAPI_RC], +)
m4_define([VERSION_STRING], HIDAPI_MAJOR[.]HIDAPI_MINOR[.]HIDAPI_RELEASE[]HIDAPI_RC)
AC_INIT([hidapi], VERSION_STRING, [alan@signal11.us])
AC_INIT([hidapi],[VERSION_STRING],[alan@signal11.us])
# Library soname version
# Follow the following rules (particularly the ones in the second link):