summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-11-13 23:16:33 +0000
committerPete Batard <pete@akeo.ie>2011-11-13 23:16:33 +0000
commit65c4ed8f263cdfc50f610a54b5d51027bba3dbc8 (patch)
treeb2023eddc7017889000d02df7e88d3668adb9553
parent075916a350ea7e52afe031a6e212e0fa24a217b9 (diff)
downloadlibusb-65c4ed8f263cdfc50f610a54b5d51027bba3dbc8.tar.gz
[internal] bumped internal versionpbr347
* also added -j2 to _bm.sh
-rw-r--r--_bm.sh6
-rw-r--r--libusb/version.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/_bm.sh b/_bm.sh
index df10267..342a10c 100644
--- a/_bm.sh
+++ b/_bm.sh
@@ -26,13 +26,13 @@ autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-toggable-debug
-make
+make -j2
mkdir -p $target/static
mkdir -p $target/dll
cp -v libusb/.libs/libusb-1.0.a $target/static
cp -v libusb/.libs/libusb-1.0.dll $target/dll
cp -v libusb/.libs/libusb-1.0.dll.a $target/dll
-make clean
+make clean -j2
#
# 64 bit binaries
@@ -43,7 +43,7 @@ export LDFLAGS=""
export RCFLAGS=""
export DLLTOOLFLAGS=""
./configure --enable-toggable-debug
-make
+make -j2
mkdir -p $target/static
mkdir -p $target/dll
cp -v libusb/.libs/libusb-1.0.a $target/static
diff --git a/libusb/version.h b/libusb/version.h
index fac086d..49da538 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,5 +9,5 @@
#define LIBUSB_MICRO 8
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10346
+#define LIBUSB_NANO 10347
#endif