aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2012-05-06 17:04:00 +0000
committerPete Batard <pete@akeo.ie>2012-05-06 23:46:34 +0100
commit463dda06db5da5de0eab32820c7af60605625afe (patch)
treecbe8fedb3906927346948ccc8fd7fa41a7de13d4 /libusb/version.h
parentd20cd4f3573fe74d0ec5a4e1d60c9d291547ace4 (diff)
downloadandroid_external_libusbx-463dda06db5da5de0eab32820c7af60605625afe.tar.gz
android_external_libusbx-463dda06db5da5de0eab32820c7af60605625afe.tar.bz2
android_external_libusbx-463dda06db5da5de0eab32820c7af60605625afe.zip
Core: Add a timestamping and thread ID to logging
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 a2ed4a0..deb8bb6 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10492
+#define LIBUSB_NANO 10493
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC