From de09917de2e074e61ec01d777f7f73bb7a2d9338 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 4 Jul 2012 09:40:38 +0200 Subject: [PATCH] Add missing Fixed by autoupdate --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7de1161..b76d98e 100644 --- a/configure.ac +++ b/configure.ac @@ -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):