diff options
author | Pete Batard <pbatard@gmail.com> | 2010-10-05 14:07:51 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-10-05 14:07:51 +0100 |
commit | a5ea045efa01d31a0feede0fa06d1a8024f602c6 (patch) | |
tree | f3c4d7005847cfc76c504be3ae16d4d37b14ba96 | |
parent | 34dd9c8bfe1bcaad1c28b9a93812cb518d0c0f68 (diff) | |
download | libusb-a5ea045efa01d31a0feede0fa06d1a8024f602c6.tar.gz |
bumped internal versionpbr308
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libusb/libusb_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1ca7eb7..b039824 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, [10307]) +m4_define(LIBUSB_NANO, [10308]) 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 9c0b882..8c672b6 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 10307 +#define LIBUSB_VERSION_NANO 10308 #endif |