aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2012-05-04 16:56:00 +0100
committerPete Batard <pete@akeo.ie>2012-05-04 23:02:40 +0100
commit2a24daca5e57f3d26741af8694970f02a7a07706 (patch)
tree6ac4cc41f95c1bb32fd627fec40a20de5d429866 /libusb/version.h
parent1ed09c7b2a5fc27c3cfea21740584879781bff67 (diff)
downloadandroid_external_libusbx-2a24daca5e57f3d26741af8694970f02a7a07706.tar.gz
android_external_libusbx-2a24daca5e57f3d26741af8694970f02a7a07706.tar.bz2
android_external_libusbx-2a24daca5e57f3d26741af8694970f02a7a07706.zip
Autotools: Do not use source to call an another script
* Script is valid for bash but not any /bin/sh * Thanks to Xiaofan Chen for the bug report http://sourceforge.net/mailarchive/message.php?msg_id=29217871
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h
index c0df768..2418914 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10489
+#define LIBUSB_NANO 10490
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC