From f1c5a97bda151c510be2f670eaa48490dea903bb Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Sun, 8 Sep 2013 17:54:17 +0200 Subject: [PATCH] Update libusb to 1.0.17, prepare for 1.0.18-rc1 (which will be the next). Also update eUdev to 1.2. --- src/main/c/build/common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/c/build/common.sh b/src/main/c/build/common.sh index 709435f..0961af3 100644 --- a/src/main/c/build/common.sh +++ b/src/main/c/build/common.sh @@ -3,13 +3,13 @@ SRCDIR="$(pwd)/.." TMPDIR="$SRCDIR/tmp" DOWNLOADS="$SRCDIR/downloads" -UDEV_VERSION="1.1" +UDEV_VERSION="1.2" LIBUSB="stable" -LIBUSB_STABLE_VERSION="1.0.16" +LIBUSB_STABLE_VERSION="1.0.17" LIBUSB_STABLE_RC="" -LIBUSB_BETA_VERSION="1.0.16" -LIBUSB_BETA_RC="-rc3" +LIBUSB_BETA_VERSION="1.0.18" +LIBUSB_BETA_RC="-rc1" build() {