diff options
author | Pete Batard <pbatard@gmail.com> | 2010-10-18 16:34:36 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-10-18 16:34:36 +0100 |
commit | 80c0b7e852bee78bcff78b78b35105f9b504d1d9 (patch) | |
tree | 76ef31094bb197d9c527b3d7707f515c24ef42ae /configure.ac | |
parent | 9f5df35b251a1961de0695caf0cf36f8e6ac2504 (diff) | |
download | libusb-80c0b7e852bee78bcff78b78b35105f9b504d1d9.tar.gz |
bumped internal versionpbh313
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6943942..a45d577 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, [9312]) +m4_define(LIBUSB_NANO, [9313]) AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/]) |