summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7dd7dd4..97712d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ if test "x$platform" = xposix; then
AC_MSG_CHECKING([whether OS X target version is 10.12 or later])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
#include <AvailabilityMacros.h>
- #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_12
+ #if MAC_OS_X_VERSION_MIN_REQUIRED < 101200
# error "Target OS X version is too old"
#endif
], [])],
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 014b2ef..2819c18 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11699
+#define LIBUSB_NANO 11700