aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorXiaofan Chen <xiaofanc@gmail.com>2012-04-14 23:17:18 +0800
committerPete Batard <pete@akeo.ie>2012-04-20 22:16:57 +0100
commit2aad19b93d64490bbf85c21c042821f2a16a0d9a (patch)
treec4863bd3d15a03143e605ca5e3cc881085f47128 /libusb/version.h
parent16b7adcab9b45c9e53e15607f45717272b9a164b (diff)
downloadandroid_external_libusbx-2aad19b93d64490bbf85c21c042821f2a16a0d9a.tar.gz
android_external_libusbx-2aad19b93d64490bbf85c21c042821f2a16a0d9a.tar.bz2
android_external_libusbx-2aad19b93d64490bbf85c21c042821f2a16a0d9a.zip
Linux: Silence unused variable warnings without CLOCK_MONOTONIC
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 1b94eb6..b4386fc 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10478
+#define LIBUSB_NANO 10479
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC