diff options
author | Pete Batard <pbatard@gmail.com> | 2010-09-21 15:44:53 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-09-21 15:44:53 +0100 |
commit | 2590159c404c39eeddbba2b44092916fd5b1c5f6 (patch) | |
tree | f84b91b3bc60586335f5daf7d07ff5121df5c79b /libusb | |
parent | 91bb08eaba2de855a803bb12a0a044198dbe123c (diff) | |
download | libusb-2590159c404c39eeddbba2b44092916fd5b1c5f6.tar.gz |
bumped internal versionpbr306
Diffstat (limited to 'libusb')
-rw-r--r-- | libusb/libusb_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/libusb_version.h b/libusb/libusb_version.h index 627df5d..9d19775 100644 --- a/libusb/libusb_version.h +++ b/libusb/libusb_version.h @@ -24,6 +24,6 @@ #define LIBUSB_VERSION_MAJOR 1 #define LIBUSB_VERSION_MINOR 0 #define LIBUSB_VERSION_MICRO 8 -#define LIBUSB_VERSION_NANO 10305 +#define LIBUSB_VERSION_NANO 10306 #endif |