From c74fe3ab703a28c6d8c3755213e3736c5d1eb35e Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 4 May 2012 16:56:00 +0100 Subject: Autotools: Use "set -e" to exit on the first error * The script will not continue if something fails (like a command not found) --- libusb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libusb') diff --git a/libusb/version.h b/libusb/version.h index 2418914..0c87ebe 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,7 +9,7 @@ #define LIBUSB_MICRO 10 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10490 +#define LIBUSB_NANO 10491 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC -- cgit v1.2.1