summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2012-10-31 13:18:32 -0400
committerhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>2013-07-30 10:43:34 -0600
commit8f13c72409183c13a11044cbf70f15374262a870 (patch)
tree12820170e8545492575c9f0497bbcfa6d984d880 /libusb
parent059e648ab9aab8d09c5747844b921962887193b7 (diff)
downloadlibusb-8f13c72409183c13a11044cbf70f15374262a870.tar.gz
make targets for examples depend on library target. Generate library named libusb-1.0.0.dylib not libusbx.dylib. Added several xcconfig files to make source control and documentation easier. Reorganised a few files' positions within the project. Disable strict aliasing since libusbx breaks strict aliasing rules anyway. Set project format as 3.1-compatible.
Conflicts: Xcode/libusbx.xcodeproj/project.pbxproj
Diffstat (limited to 'libusb')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 9ac0ec3..1198722 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10791
+#define LIBUSB_NANO 10792