aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-26 00:30:57 +0100
committerPete Batard <pete@akeo.ie>2012-04-26 00:39:17 +0100
commit00d61a396c2e579caed927bcfae692e66f4dccc7 (patch)
treea91ce1da9478db8ed58cf7338db1926d1f5bc4fc /libusb/version.h
parentb92720842b719300df06a482ab0cd01ddd4e23da (diff)
downloadandroid_external_libusbx-00d61a396c2e579caed927bcfae692e66f4dccc7.tar.gz
android_external_libusbx-00d61a396c2e579caed927bcfae692e66f4dccc7.tar.bz2
android_external_libusbx-00d61a396c2e579caed927bcfae692e66f4dccc7.zip
Core: update version struct for ABI compatibility
* Adds a static string for describe * Also update version documentation
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 583e128..e20a303 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10484
+#define LIBUSB_NANO 10485
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC