summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-09-18 21:35:23 +0100
committerPete Batard <pete@akeo.ie>2012-09-18 21:35:23 +0100
commit7430e7dd338b82310b43680b99e138ee57a64f49 (patch)
treec9a62df74983ad0ebf8a43448979a8d076599fc0 /libusb
parent25823ad681038b7eb2756c292d0e5480fe829ce5 (diff)
downloadlibusb-7430e7dd338b82310b43680b99e138ee57a64f49.tar.gz
Misc: Update copyrights, TODO and libusb_version.describe
* Changes suggested by Chuck Cook & Xiaofan Chen
Diffstat (limited to 'libusb')
-rw-r--r--libusb/core.c2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/core.c b/libusb/core.c
index e31adf2..07b0b04 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -48,7 +48,7 @@ const struct usbi_os_backend * const usbi_backend = &windows_backend;
struct libusb_context *usbi_default_context = NULL;
const struct libusb_version libusb_version_internal =
{ LIBUSB_MAJOR, LIBUSB_MINOR, LIBUSB_MICRO, LIBUSB_NANO,
- LIBUSB_RC, "unused - please use the nano" };
+ LIBUSB_RC, "http://libusbx.org" };
static int default_context_refcnt = 0;
static usbi_mutex_static_t default_context_lock = USBI_MUTEX_INITIALIZER;
static struct timeval timestamp_origin = { 0, 0 };
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 9b8a0fe..c2ab082 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10572
+#define LIBUSB_NANO 10573