From f3913186955bbed18526efc3e4aa1341959df405 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 21 Sep 2010 13:51:26 +0100 Subject: bumped internal version --- configure.ac | 2 +- libusb/libusb_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0f6a943..d8c3780 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, [0]) +m4_define(LIBUSB_NANO, [10305]) 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 ffdb662..19a1f89 100644 --- a/libusb/libusb_version.h +++ b/libusb/libusb_version.h @@ -24,7 +24,7 @@ #define LIBUSB_VERSION_MAJOR 1 #define LIBUSB_VERSION_MINOR 0 #define LIBUSB_VERSION_MICRO 8 -#define LIBUSB_VERSION_NANO 0 -#define LIBUSB_PACKAGE_VERSION "1.0.8.0" +#define LIBUSB_VERSION_NANO 10305 +#define LIBUSB_PACKAGE_VERSION "1.0.8.10305" #endif -- cgit v1.2.1