Update libusb to 1.0.17, prepare for 1.0.18-rc1 (which will be the next).

Also update eUdev to 1.2.
This commit is contained in:
Luca Longinotti 2013-09-08 17:54:17 +02:00
parent fee57b7c71
commit f1c5a97bda

View File

@ -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()
{