darwin: fix typo
authorNathan Hjelm <hjelmn@me.com>
Tue, 13 Sep 2016 04:00:04 +0000 (22:00 -0600)
committerNathan Hjelm <hjelmn@me.com>
Tue, 13 Sep 2016 04:00:04 +0000 (22:00 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb/os/darwin_usb.c
libusb/version_nano.h

index 9f5d9d0..25b37e3 100644 (file)
@@ -41,7 +41,7 @@
   #include <objc/objc-auto.h>
 #endif
 
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
 /* Apple deprecated the darwin atomics in 10.12 in favor of C11 atomics */
 #include <stdatomic.h>
 #define libusb_darwin_atomic_fetch_add(x, y) atomic_fetch_add(x, y)
index e3cb477..3bf9d8d 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11144
+#define LIBUSB_NANO 11145