From 89d11015b0af969ae8a97e2d0e2e8a37aacd1a23 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 18 Nov 2010 12:51:26 +0000 Subject: bumped internal version --- configure.ac | 2 +- libusb/libusb_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 36d663d..7b9e540 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, [10321]) +m4_define(LIBUSB_NANO, [10322]) 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 8627128..22b4744 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 10321 +#define LIBUSB_VERSION_NANO 10322 #endif -- cgit v1.2.1