summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-01-24 01:26:00 +0000
committerPete Batard <pbatard@gmail.com>2011-01-24 01:26:00 +0000
commit33aa76ea14d4f34156d7ad5c2bc6a9841c512024 (patch)
tree4b67ab3ee07c910a72bf86cf70d17c20b5ab7efa
parentc84af74c9d601643db627322243a7210945cdc5c (diff)
downloadlibusb-pbh317.tar.gz
bumped internal versionpbh317
-rw-r--r--configure.ac2
-rw-r--r--libusb/libusb_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 02e72a2..3baa965 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(LIBUSB_MAJOR, [1])
m4_define(LIBUSB_MINOR, [0])
m4_define(LIBUSB_MICRO, [8])
-m4_define(LIBUSB_NANO, [9316])
+m4_define(LIBUSB_NANO, [9317])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])
diff --git a/libusb/libusb_version.h b/libusb/libusb_version.h
index 9dec896..0e5a685 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 9316
+#define LIBUSB_VERSION_NANO 9317
#endif